diff --git a/misc/py-wurlitzer/Makefile b/misc/py-wurlitzer/Makefile index df4814af4145..99f2d03a7cf6 100644 --- a/misc/py-wurlitzer/Makefile +++ b/misc/py-wurlitzer/Makefile @@ -1,26 +1,26 @@ PORTNAME= wurlitzer PORTVERSION= 3.0.3 PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rhurlin@FreeBSD.org COMMENT= Capture C-level output in context managers WWW= https://github.com/minrk/wurlitzer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYNUMPY} 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