diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh index 09de934e703d6..ccb599ca84001 100755 --- a/eclass/tests/python-utils-r1.sh +++ b/eclass/tests/python-utils-r1.sh @@ -212,7 +212,7 @@ test_is "_python_impl_matches python3_12 3.12" 0 test_is "_python_impl_matches pypy3_11 3.10" 1 test_is "_python_impl_matches pypy3_11 3.11" 0 test_is "_python_impl_matches pypy3_11 3.12" 1 -# https://bugs.gentoo.org/95521 +# https://bugs.gentoo.org/955213 test_is "_python_impl_matches python3_11 3.10 3.11" 0 test_is "_python_impl_matches python3_11 3.11 3.12" 0 test_is "_python_impl_matches python3_11 3.10 3.12" 1