diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-04-06 12:51:29 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-04-06 22:34:34 +0000 |
commit | d01e186749d9e2bd3be15a4038fe62e751dfcf70 (patch) | |
tree | f4b2e2da2b1788491351bd2af1d7f1a16733dcf4 | |
parent | f5a4de53e143baa4e22486d37125ac272c1a0032 (diff) |
devel/py-pytest-relaxed: switch to pytest4
This plugin is not compatible with recent pytest
PR: 256624
-rw-r--r-- | devel/py-pytest-relaxed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |