git: f5a4de53e143 - main - devel/py-joblib: switch to pytest4

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Wed, 06 Apr 2022 22:37:43 UTC
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f5a4de53e143baa4e22486d37125ac272c1a0032

commit f5a4de53e143baa4e22486d37125ac272c1a0032
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-04-06 12:26:08 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-04-06 22:34:34 +0000

    devel/py-joblib: switch to pytest4
    
    The port is not compatible with recent pytest
    
    PR:             256624
---
 devel/py-joblib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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