1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

security/py-vici: 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:14 +08:00
parent 8ee76b26f2
commit c89d4612ef
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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>