git: 142077fefb38 - main - misc/py-wurlitzer: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:16 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=142077fefb38f8e647bbc32f847ef45ab81aa212
commit 142077fefb38f8e647bbc32f847ef45ab81aa212
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 15:21:35 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 15:21:35 +0000
misc/py-wurlitzer: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket)
With hat: python
---
misc/py-wurlitzer/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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
@@ -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>