commit:     c61a4c25dd5f071ccac2233b4033b4e33ecfaa49
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 16:57:36 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 17:22:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61a4c25

dev-python/tox: Enable pypy3.11

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

 dev-python/tox/tox-4.24.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/tox/tox-4.24.1.ebuild b/dev-python/tox/tox-4.24.1.ebuild
index 96419cbc905e..f916e7b5c762 100644
--- a/dev-python/tox/tox-4.24.1.ebuild
+++ b/dev-python/tox/tox-4.24.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
 
 inherit distutils-r1 pypi
 
@@ -76,7 +76,7 @@ python_test() {
        )
 
        case ${EPYTHON} in
-               pypy3)
+               pypy3*)
                        EPYTEST_DESELECT+=(
                                
'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[explicit-True-True]'
                                
'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[requirements-True-True]'

Reply via email to