git: 3854f7215be6 - main - science/py-MDAnalysisTests: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:18:37 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3854f7215be660747f3195571a962339811efbcb
commit 3854f7215be660747f3195571a962339811efbcb
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:54:55 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:06:30 +0000
science/py-MDAnalysisTests: Convert to USE_PYTHON=pytest
With hat: python
---
science/py-MDAnalysisTests/Makefile | 4 ++--
1 file 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>