aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:46 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:46 +0000
commit7e651ec250676cb1c7655c1303c134f6a6daac28 (patch)
treebd4315c24b05b979badf0989da6d6d6506413b65
parenta3ad357b64f5a89ecc4daa88a7b2da4d59f14ca0 (diff)
downloadports-7e651ec250676cb1c7655c1303c134f6a6daac28.tar.gz
ports-7e651ec250676cb1c7655c1303c134f6a6daac28.zip
science/py-mp-api: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket) With hat: python
-rw-r--r--science/py-mp-api/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/py-mp-api/Makefile b/science/py-mp-api/Makefile
index 16c7ed0eead5..194a85bdf21c 100644
--- a/science/py-mp-api/Makefile
+++ b/science/py-mp-api/Makefile
@@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.27.1:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.1.1:devel/py-typing-extensions@${PY_FLAVOR}
-USES= python pytest
-USE_PYTHON= pep517 autoplist pytest
+USES= python
+USE_PYTHON= pep517 autoplist pytest pytest
.include <bsd.port.mk>