aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-01 14:11:53 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-01 14:37:34 +0000
commite6554ec2918564f6caac9bc69e0eb336cc2feef4 (patch)
treec92a8d695f8c619d71a7226323178df2d0f767fe
parent73fac65422442acc4b78e18dcaa7a3b2d61fe98d (diff)
downloadports-e6554ec2918564f6caac9bc69e0eb336cc2feef4.tar.gz
ports-e6554ec2918564f6caac9bc69e0eb336cc2feef4.zip
textproc/py-pikepdf: fix pytest dependency verions wrt epoch bump
-rw-r--r--textproc/py-pikepdf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-pikepdf/Makefile b/textproc/py-pikepdf/Makefile
index b271f95a06d2..d83d41730298 100644
--- a/textproc/py-pikepdf/Makefile
+++ b/textproc/py-pikepdf/Makefile
@@ -22,7 +22,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=20.2.0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psutil>=5<6:sysutils/py-psutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pybind11>=2.6.0:devel/py-pybind11@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest>=4.4.0<7.3.5:devel/py-pytest@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest>=4.4.0,1<7.3.5,1:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-helpers-namespace>=2019.1.8:devel/py-pytest-helpers-namespace@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-timeout>=1.3.3:devel/py-pytest-timeout@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.28<3:devel/py-pytest-xdist@${PY_FLAVOR} \