aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:33 +0000
commitae18dee69c968882db8e877a14a4a3da674d7344 (patch)
tree65c641ab94ef457cb274f47b398b79c347b7ad6a
parentd7dd36642a2cceb117169f32aa5656ed3a3dcf87 (diff)
downloadports-ae18dee69c968882db8e877a14a4a3da674d7344.tar.gz
ports-ae18dee69c968882db8e877a14a4a3da674d7344.zip
misc/py-toil: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket) With hat: python
-rw-r--r--misc/py-toil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-toil/Makefile b/misc/py-toil/Makefile
index ee507bfe4c98..2e65fcb343a6 100644
--- a/misc/py-toil/Makefile
+++ b/misc/py-toil/Makefile
@@ -26,8 +26,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVO
${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}libcloud>=0.14.0:net/py-libcloud@${PY_FLAVOR}
-USES= python pytest
-USE_PYTHON= distutils concurrent autoplist
+USES= python
+USE_PYTHON= distutils concurrent autoplist pytest
NO_ARCH= yes