summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-07-31 18:51:11 +0200
committerMichał Górny <mgorny@gentoo.org>2025-07-31 18:51:11 +0200
commitbc7290f4c5853f8b1462441fbb5a529fd8815d21 (patch)
treeb59e81168a1d110cd86f8b32e1284abc9272cab9 /dev-python
parent7c732e11731809ab5d164da519cf945257e92aac (diff)
downloadgentoo-bc7290f4c5853f8b1462441fbb5a529fd8815d21.tar.gz
gentoo-bc7290f4c5853f8b1462441fbb5a529fd8815d21.tar.bz2
gentoo-bc7290f4c5853f8b1462441fbb5a529fd8815d21.zip
dev-python/pytest-twisted: Add a note about py3.14 failing tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-twisted/pytest-twisted-1.14.3-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pytest-twisted/pytest-twisted-1.14.3-r1.ebuild b/dev-python/pytest-twisted/pytest-twisted-1.14.3-r1.ebuild
index 56c4f135f452..3c4e0a4a1d5e 100644
--- a/dev-python/pytest-twisted/pytest-twisted-1.14.3-r1.ebuild
+++ b/dev-python/pytest-twisted/pytest-twisted-1.14.3-r1.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+# mgorny: py3.14 fails on hypothesis tests for me (inside crash)
+# I suppose we can skip them but let's test a revdep first
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools