diff --git a/security/py-vici/Makefile b/security/py-vici/Makefile index 65821173ea99..1bf36c03c0ab 100644 --- a/security/py-vici/Makefile +++ b/security/py-vici/Makefile @@ -1,25 +1,21 @@ PORTNAME= vici DISTVERSION= 5.9.3 CATEGORIES= security net-vpn python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= driesm@FreeBSD.org COMMENT= Native Python interface for strongSwan's VICI protocol LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-pycodestyle>0:devel/py-pytest-pycodestyle@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.6+ pytest USE_PYTHON= autoplist concurrent distutils +PYTEST_ARGS= --pycodestyle NO_ARCH= yes -do-test: # skip non installed python versions in the tests (because flavors) - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m tox --skip-missing-interpreters - .include