1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

www/py-dj32-django-taggit: Add test suite

Keep this port in sync with the related ports, which also got a
test suite recently.
This commit is contained in:
Kai Knoblich 2021-08-10 17:23:12 +02:00
parent ca302be1be
commit 2ec609563e

View File

@ -11,6 +11,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj32-djangorestframework>0:www/py-dj32-djangorestframework@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils
@ -20,4 +21,7 @@ CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}dj31-django-taggit \
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m django test --settings=tests.settings -v3
.include <bsd.port.mk>