aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-06 12:26:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-06 22:34:34 +0000
commitf5a4de53e143baa4e22486d37125ac272c1a0032 (patch)
tree7c89740e4ad3adb2eaebf478221928a4e4bce8c1
parent7d367d2645136e4fd228bd183376bb5b1eb495ab (diff)
downloadports-f5a4de53e143baa4e22486d37125ac272c1a0032.tar.gz
ports-f5a4de53e143baa4e22486d37125ac272c1a0032.zip
devel/py-joblib: switch to pytest4
The port is not compatible with recent pytest PR: 256624
-rw-r--r--devel/py-joblib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-joblib/Makefile b/devel/py-joblib/Makefile
index f5f13bc2bca3..64c37d179b9f 100644
--- a/devel/py-joblib/Makefile
+++ b/devel/py-joblib/Makefile
@@ -12,7 +12,7 @@ COMMENT= Lightweight pipelining using Python functions as jobs
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist