From bc7290f4c5853f8b1462441fbb5a529fd8815d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 31 Jul 2025 18:51:11 +0200 Subject: [PATCH] dev-python/pytest-twisted: Add a note about py3.14 failing tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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