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