git: 32ec2042864d - main - math/py-levmar: switch to pytest4

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Mon, 28 Mar 2022 12:51:03 UTC
The branch main has been updated by amdmi3:

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

commit 32ec2042864d3a2de26c774739b133dd3a0a2022
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-03-25 19:23:34 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-03-28 12:29:52 +0000

    math/py-levmar: switch to pytest4
    
    - Switch to pytest4 to avoid test failures after updating pytest to 7.x
    
    PR:             256624
---
 math/py-levmar/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/py-levmar/Makefile b/math/py-levmar/Makefile
index 9b1955d47e8d..4617e9c40cb3 100644
--- a/math/py-levmar/Makefile
+++ b/math/py-levmar/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 BUILD_DEPENDS=	${PYNUMPY}
 LIB_DEPENDS=	libblas.so:math/blas \
 		liblapack.so:math/lapack
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} \
 		${PYNUMPY}
 
 USES=		python:3.6+