aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:22:04 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:22:04 +0000
commit2eddedf059f225c3de4c01cfd8675b2635e3b9f5 (patch)
tree6725c08162419cdd0bc6a6182d755d778f96fa3a
parentadcb435d3f5d035e7bb713580fba65bd3aca058a (diff)
downloadports-2eddedf059f225c3de4c01cfd8675b2635e3b9f5.tar.gz
ports-2eddedf059f225c3de4c01cfd8675b2635e3b9f5.zip
security/py-pass-git-helper: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket) With hat: python
-rw-r--r--security/py-pass-git-helper/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-pass-git-helper/Makefile b/security/py-pass-git-helper/Makefile
index 3883d1596b04..213e96c9226f 100644
--- a/security/py-pass-git-helper/Makefile
+++ b/security/py-pass-git-helper/Makefile
@@ -15,9 +15,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR}
-USES= python pytest
+USES= python
USE_GITHUB= yes
GH_ACCOUNT= languitar
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent distutils pytest
.include <bsd.port.mk>