aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-03-28 12:35:35 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-03-28 12:38:39 +0000
commit1d244cdd602dc64184d79d9f9687f918d1fdfe35 (patch)
tree0064feecdbccc7253ade2fae2c16a1ade968f3ff
parentaec4847321880fd6c01576ca577050a9d114b282 (diff)
downloadports-1d244cdd602dc64184d79d9f9687f918d1fdfe35.tar.gz
ports-1d244cdd602dc64184d79d9f9687f918d1fdfe35.zip
textproc/py-parso: switch to pytest4
- Switch to pytest4 to avoid test failures after updating pytest to 7.x - Don't forget epoch when limiting pytest version PR: 256624
-rw-r--r--textproc/py-parso/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-parso/Makefile b/textproc/py-parso/Makefile
index d09dc62c93da..1ba42eec5f70 100644
--- a/textproc/py-parso/Makefile
+++ b/textproc/py-parso/Makefile
@@ -12,7 +12,7 @@ COMMENT= Python Parser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest<6.0.0:devel/py-pytest@${PY_FLAVOR} \
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4<6.0.0,1:devel/py-pytest4@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docopt>=0:devel/py-docopt@${PY_FLAVOR}
USES= cpe python:3.6+