aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:20 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:20 +0000
commit2ec1b1609aebad616687771f04ba702f4baceb99 (patch)
tree2efa293b7d00c4a788a585d284ffd3a14c97e624
parent5be22e598600e994e791af7c0252e4377d3fde3b (diff)
downloadports-2ec1b1609aebad616687771f04ba702f4baceb99.tar.gz
ports-2ec1b1609aebad616687771f04ba702f4baceb99.zip
devel/py-watchdog: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket) With hat: python
-rw-r--r--devel/py-watchdog/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-watchdog/Makefile b/devel/py-watchdog/Makefile
index 15c6a4e70c4d..105ddb88096f 100644
--- a/devel/py-watchdog/Makefile
+++ b/devel/py-watchdog/Makefile
@@ -24,8 +24,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eventlet>0:net/py-eventlet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}types-PyYAML>=6.0.12.12:devel/py-types-PyYAML@${PY_FLAVOR}
-USES= pytest python
-USE_PYTHON= autoplist concurrent pep517
+USES= python
+USE_PYTHON= autoplist concurrent pep517 pytest
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}