misc/py-wurlitzer: Convert to USE_PYTHON=pytest

Approved by:	portmgr (blanket)
With hat:	python
This commit is contained in:
Po-Chuan Hsieh 2024-03-09 23:21:35 +08:00
parent ae18dee69c
commit 142077fefb
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -17,10 +17,10 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}codecov>0:devel/py-codecov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR}
USES= python pytest
USE_PYTHON= autoplist concurrent distutils
PYTEST_ARGS= test.py
USES= python
USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes
TEST_ARGS= test.py
.include <bsd.port.mk>