commit:     6f4cda80856f9d0a6f817a5e72d4451bce525a6c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 18 14:54:22 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 18 14:56:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4cda80

dev-python/hypothesis: Enable py3.13t

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/hypothesis/hypothesis-6.131.2.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-python/hypothesis/hypothesis-6.131.2.ebuild 
b/dev-python/hypothesis/hypothesis-6.131.2.ebuild
index ce50a91cd96c..95d849812f2d 100644
--- a/dev-python/hypothesis/hypothesis-6.131.2.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.131.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 CLI_COMPAT=( pypy3 python3_{10..13} )
-PYTHON_COMPAT=( "${CLI_COMPAT[@]}" pypy3_11 )
+PYTHON_COMPAT=( "${CLI_COMPAT[@]}" pypy3_11 python3_13t )
 PYTHON_REQ_USE="threads(+),sqlite"
 
 inherit distutils-r1 optfeature
@@ -69,6 +69,12 @@ python_test() {
                                
hypothesis-python/tests/pytest/test_fixtures.py::test_given_plus_overridden_fixture
                        )
                        ;;
+               python3.13t)
+                       EPYTEST_DESELECT+=(
+                               # TODO: missing warning
+                               
'hypothesis-python/tests/cover/test_random_module.py::test_passing_referenced_instance_within_function_scope_warns'
+                       )
+                       ;&
                python3.1[23]*)
                        EPYTEST_DESELECT+=(
                                # TODO

Reply via email to