aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-08-27 10:24:18 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-08-27 10:24:18 +0000
commit548bdd4df9aa82e04541e6a89cf7fc3ea99ca7b4 (patch)
tree1dffc8d9873eabb2b0b2136fcae8c3720e6da251
parent1d218336e6c8762032f4bf3bbb1ece20002a8985 (diff)
downloadports-548bdd4df9aa82e04541e6a89cf7fc3ea99ca7b4.tar.gz
ports-548bdd4df9aa82e04541e6a89cf7fc3ea99ca7b4.zip
devel/py-curtsies: Convert to USE_PYTHON=pytest
-rw-r--r--devel/py-curtsies/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-curtsies/Makefile b/devel/py-curtsies/Makefile
index 3b9134665d06..36662322260a 100644
--- a/devel/py-curtsies/Makefile
+++ b/devel/py-curtsies/Makefile
@@ -12,9 +12,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blessings>=1.5:devel/py-blessings@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cwcwidth>=0:devel/py-cwcwidth@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyte>=0:devel/py-pyte@${PY_FLAVOR}
USES= python:3.7+
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes