aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-29 16:29:36 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-29 16:32:54 +0000
commit17bf483c82d5f8218520eb1d8b927964f802816d (patch)
tree2da2da5eeab05bb6573979a753686f0ade538c6d
parent5375f280f28885308f25f830d610f9c6e25ee827 (diff)
downloadports-17bf483c82d5f8218520eb1d8b927964f802816d.tar.gz
ports-17bf483c82d5f8218520eb1d8b927964f802816d.zip
textproc/py-sphinx: Convert to USE_PYTHON=pytest4
-rw-r--r--textproc/py-sphinx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile
index 91c1a93ba14b..f5f24d4b9103 100644
--- a/textproc/py-sphinx/Makefile
+++ b/textproc/py-sphinx/Makefile
@@ -39,8 +39,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4-cov>=0:devel/py-pytest4-cov@${PY_FL
${PYTHON_PKGNAMEPREFIX}typed-ast>=0:devel/py-typed-ast@${PY_FLAVOR} \
cython-${PYTHON_VER}:lang/cython@${PY_FLAVOR}
-USES= python:3.7+ pytest:4
-USE_PYTHON= autoplist distutils concurrent
+USES= python:3.7+
+USE_PYTHON= autoplist distutils concurrent pytest4
NO_ARCH= yes