aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-07 16:56:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-07 18:59:36 +0000
commit0b0bed9bbcff70ccc41afb6191fcd92912134cdd (patch)
tree091a174aef8dee80bc145ac35f7d8e0a996b2b1a
parent9615536077f50e49880a0bbaa2276656aec004ff (diff)
downloadports-0b0bed9bbcff70ccc41afb6191fcd92912134cdd.tar.gz
ports-0b0bed9bbcff70ccc41afb6191fcd92912134cdd.zip
devel/py-pyrsistent: fix test dependency
All tests pass with recent hypothesis, so the limitation on max versions is bogus Approved by: portmgr blanket
-rw-r--r--devel/py-pyrsistent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-pyrsistent/Makefile b/devel/py-pyrsistent/Makefile
index 46ff11d3186d..4f3e484f36ef 100644
--- a/devel/py-pyrsistent/Makefile
+++ b/devel/py-pyrsistent/Makefile
@@ -12,7 +12,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE.mit
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis<5:devel/py-hypothesis@${PY_FLAVOR} \
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.6+