aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-04-16 05:20:43 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-04-16 05:20:43 +0000
commitde80441eaac718e5d243354e535d40419abd271b (patch)
treea7dde67633487a35aba031cf88a5822ea55adce2
parente3e6da1c73a0a4ccacec18b43df6e0700601bb68 (diff)
downloadports-de80441eaac718e5d243354e535d40419abd271b.tar.gz
ports-de80441eaac718e5d243354e535d40419abd271b.zip
devel/py-pytest-freezegun: Broken
It is considered to be a broken PyTest plugin that causes breakage during PyTest runs when it is installed (even w/out being used).
-rw-r--r--devel/py-pytest-freezegun/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-pytest-freezegun/Makefile b/devel/py-pytest-freezegun/Makefile
index 327448f50f33..2eab7c938dbe 100644
--- a/devel/py-pytest-freezegun/Makefile
+++ b/devel/py-pytest-freezegun/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/ktosiek/pytest-freezegun
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+# unless the upstream fixes the problem, this port should be probably deprecated, see https://github.com/ktosiek/pytest-freezegun/issues/43
+BROKEN= causes INTERNALERROR failures in PyTest in many python-based ports, based on the assessment in this comment: https://github.com/pytest-dev/pytest/issues/10846#issuecomment-1487971534
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}freezegun>0.3:devel/py-freezegun@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR}