commit: bc7290f4c5853f8b1462441fbb5a529fd8815d21
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 31 16:51:11 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 31 16:51:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7290f4
dev-python/pytest-twisted: Add a note about py3.14 failing tests
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-twisted/pytest-twisted-1.14.3-r1.ebuild | 2 ++
1 file changed, 2 insertions(+)
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