commit: 8b5498809ed701ec09223945dd601af0c0c26dac
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 15:14:27 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 16:02:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b549880
dev-python/rich: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rich/rich-13.9.4.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-python/rich/rich-13.9.4.ebuild
b/dev-python/rich/rich-13.9.4.ebuild
index 6013812a8698..3fb0c38348f8 100644
--- a/dev-python/rich/rich-13.9.4.ebuild
+++ b/dev-python/rich/rich-13.9.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1 optfeature
@@ -57,6 +57,11 @@ python_test() {
tests/test_inspect.py::test_inspect_integer_with_methods_python310only
)
;;
+ pypy3.11)
+ EPYTEST_DESELECT+=(
+
tests/test_inspect.py::test_inspect_integer_with_methods_python311
+ )
+ ;;
esac
local -x COLUMNS=80