aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 08:54:55 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 09:06:30 +0000
commit3854f7215be660747f3195571a962339811efbcb (patch)
treed72fb34bccdfcec8422547efd5945cf834ecaede
parenta7e63ca6b9a9f49dd4aa52d7d7546e50ef6692a6 (diff)
downloadports-3854f7215be660747f3195571a962339811efbcb.tar.gz
ports-3854f7215be660747f3195571a962339811efbcb.zip
science/py-MDAnalysisTests: Convert to USE_PYTHON=pytest
With hat: python
-rw-r--r--science/py-MDAnalysisTests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/py-MDAnalysisTests/Makefile b/science/py-MDAnalysisTests/Makefile
index eff5d0b8adae..3078bccd2004 100644
--- a/science/py-MDAnalysisTests/Makefile
+++ b/science/py-MDAnalysisTests/Makefile
@@ -15,8 +15,8 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}MDAnalysis>0:science/py-MDAnalysis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR}
-USES= pytest python:3.8+
-USE_PYTHON= distutils autoplist
+USES= python:3.8+
+USE_PYTHON= distutils autoplist pytest
NO_ARCH= yes
.include <bsd.port.mk>