git: e61bbeed84f4 - main - devel/py-virtualenv: Remove devel/py-pytest-freezegun dependency because it it unmaintained and broken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 May 2023 06:32:31 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e61bbeed84f475bb02056903fb8537f5ba4f701c commit e61bbeed84f475bb02056903fb8537f5ba4f701c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-05-18 05:46:15 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-05-18 06:32:22 +0000 devel/py-virtualenv: Remove devel/py-pytest-freezegun dependency because it it unmaintained and broken See here: https://github.com/ktosiek/pytest-freezegun/issues/43 --- devel/py-virtualenv/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile index 4584a657102a..4dfae01c74e6 100644 --- a/devel/py-virtualenv/Makefile +++ b/devel/py-virtualenv/Makefile @@ -20,7 +20,6 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}covdefaults>=2.2.2:devel/py-covdefaults@${P ${PYTHON_PKGNAMEPREFIX}flaky>=3.7.0:devel/py-flaky@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=21.3:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-env>=0.6.2:devel/py-pytest-env@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-freezegun>=0.4.2:devel/py-pytest-freezegun@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-randomly>=3.10.3:devel/py-pytest-randomly@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>=2.1.0:devel/py-pytest-timeout@${PY_FLAVOR}