git: d01e186749d9 - main - devel/py-pytest-relaxed: switch to pytest4

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

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

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

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

diff --git a/devel/py-pytest-relaxed/Makefile b/devel/py-pytest-relaxed/Makefile
index 184adc8d8419..323f8f6a0618 100644
--- a/devel/py-pytest-relaxed/Makefile
+++ b/devel/py-pytest-relaxed/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Relaxed test discovery/organization for pytest
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3:devel/py-pytest@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest4>=3:devel/py-pytest4@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}decorator>=4:devel/py-decorator@${PY_FLAVOR}