ww/py-django-treebeard: Convert to USE_PYTHON=pytest

Approved by:	portmgr (blanket)
With hat:	python
This commit is contained in:
Po-Chuan Hsieh 2024-03-09 23:22:42 +08:00
parent 2031a2243f
commit d332e84ead
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-django>=4.0:devel/py-pytest-django@${PY_FLAVOR}
USES= pytest python
USE_PYTHON= autoplist concurrent distutils
USES= python
USE_PYTHON= autoplist concurrent distutils pytest
TEST_ENV= DATABASE_ENGINE=sqlite