aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:24 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:24 +0000
commit5194e658708d241b84166956ea4c1eb77a63d686 (patch)
treed43494c2c49dc311e6393da9bcddfc817ca54f9e
parentc28bdd0649f4d3e998d5b0269231f8615c7ae26f (diff)
downloadports-5194e658708d241b84166956ea4c1eb77a63d686.tar.gz
ports-5194e658708d241b84166956ea4c1eb77a63d686.zip
graphics/py-visvis: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket) With hat: python
-rw-r--r--graphics/py-visvis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-visvis/Makefile b/graphics/py-visvis/Makefile
index 9a58d7086e2e..02ea3c99afad 100644
--- a/graphics/py-visvis/Makefile
+++ b/graphics/py-visvis/Makefile
@@ -19,10 +19,10 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pyside2>=0:devel/pyside2@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR}
-USES= gl python pyqt:5 pytest shebangfix
+USES= gl python pyqt:5 shebangfix
USE_GL= gl
USE_PYQT= pyqt5
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist distutils pytest
USE_WX= 3.0+
SHEBANG_FILES= examples/*.py