aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:22:39 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:22:39 +0000
commit2031a2243f0400d0e16b5962f6f54996f4b0cf1e (patch)
tree6a329971bcffff82b50b3a5a27667a713c80520a
parent587913475834067336f6a8a7ceb4091a82c60e52 (diff)
downloadports-2031a2243f0400d0e16b5962f6f54996f4b0cf1e.tar.gz
ports-2031a2243f0400d0e16b5962f6f54996f4b0cf1e.zip
textproc/py-whatthepatch: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket) With hat: python
-rw-r--r--textproc/py-whatthepatch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-whatthepatch/Makefile b/textproc/py-whatthepatch/Makefile
index 5296045a3d32..b8a4656d4c20 100644
--- a/textproc/py-whatthepatch/Makefile
+++ b/textproc/py-whatthepatch/Makefile
@@ -12,8 +12,8 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
# make test: 1 failed, 48 passed
-USES= python pytest
-USE_PYTHON= concurrent distutils autoplist
+USES= python
+USE_PYTHON= concurrent distutils autoplist pytest
NO_ARCH= yes