aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:15 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:15 +0000
commit0795e41c1d12afd82391d7c397fcbf5fcd1246d0 (patch)
treecce169d4826f625a7b18b972129bf99a61d8342a
parent393d93561d3ac195aebbc984fe568ad35d444bbe (diff)
downloadports-0795e41c1d12afd82391d7c397fcbf5fcd1246d0.tar.gz
ports-0795e41c1d12afd82391d7c397fcbf5fcd1246d0.zip
devel/py-joblib: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket) With hat: python
-rw-r--r--devel/py-joblib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-joblib/Makefile b/devel/py-joblib/Makefile
index ccdeac14f7b0..6366ec7b6e9d 100644
--- a/devel/py-joblib/Makefile
+++ b/devel/py-joblib/Makefile
@@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
TEST_DEPENDS= ${PYNUMPY}
#TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}threadpoolctl>0:devel/py-threadpoolctl@${PY_FLAVOR}
-USES= pytest python
-USE_PYTHON= distutils autoplist
+USES= python
+USE_PYTHON= distutils autoplist pytest
NO_ARCH= yes