commit:     203c437e0a3fad383b4dd5dbad272122e5d712ef
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 25 07:53:03 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 08:14:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203c437e

dev-python/griffe: Enable pypy3.11

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

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

diff --git a/dev-python/griffe/griffe-1.5.7.ebuild 
b/dev-python/griffe/griffe-1.5.7.ebuild
index 6eb68aa7e8c1..9abeef2db2e8 100644
--- a/dev-python/griffe/griffe-1.5.7.ebuild
+++ b/dev-python/griffe/griffe-1.5.7.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
 
 inherit distutils-r1
 
@@ -50,6 +50,12 @@ python_test() {
        )
 
        case ${EPYTHON} in
+               pypy3.11)
+                       EPYTEST_DESELECT+=(
+                               # TODO
+                               
tests/test_inspector.py::test_inspecting_objects_from_private_builtin_stdlib_moduless
+                       )
+                       ;&
                pypy3*)
                        EPYTEST_DESELECT+=(
                                # tries importing CPython-specific modules

Reply via email to