diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 23:22:14 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 23:22:14 +0800 |
commit | c89d4612ef5180d1c06568d13d4686d770fec2ba (patch) | |
tree | c4c82236fc61db5ef356be5ffcd6f6d0bac7c3b4 | |
parent | security/py-tuf: Convert to USE_PYTHON=pytest (diff) |
security/py-vici: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket)
With hat: python
-rw-r--r-- | security/py-vici/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-vici/Makefile b/security/py-vici/Makefile index 09314c5b847c..870e3593eeea 100644 --- a/security/py-vici/Makefile +++ b/security/py-vici/Makefile @@ -13,10 +13,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-pycodestyle>0:devel/py-pytest-pycodestyle@${PY_FLAVOR} -USES= python pytest -USE_PYTHON= autoplist concurrent distutils -PYTEST_ARGS= --pycodestyle +USES= python +USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes +TEST_ARGS= --pycodestyle .include <bsd.port.mk> |