Skip to content

Commit

Permalink
security/py-vici: Convert to USE_PYTHON=pytest
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
With hat:	python
  • Loading branch information
sunpoet committed Mar 9, 2024
1 parent 8ee76b2 commit c89d461
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions security/py-vici/Makefile
Expand Up @@ -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>

0 comments on commit c89d461

Please sign in to comment.