git: 0b0bed9bbcff - main - devel/py-pyrsistent: fix test dependency

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Thu, 07 Apr 2022 19:00:48 UTC
The branch main has been updated by amdmi3:

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

commit 0b0bed9bbcff70ccc41afb6191fcd92912134cdd
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-04-07 16:56:52 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-04-07 18:59:36 +0000

    devel/py-pyrsistent: fix test dependency
    
    All tests pass with recent hypothesis, so the limitation on max
    versions is bogus
    
    Approved by:    portmgr blanket
---
 devel/py-pyrsistent/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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+