Date: Thu, 7 Apr 2022 19:00:48 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0b0bed9bbcff - main - devel/py-pyrsistent: fix test dependency Message-ID: <202204071900.237J0mA0075409@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204071900.237J0mA0075409>