summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-23 08:10:46 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-02 17:06:27 +0200
commit6d9ca31b20ed4a4d7130602e67aa61385f8511e0 (patch)
treef831ee69ab0a633764f836a7f414c4e8852790a5 /eclass/tests
parentdev-libs/glib: Stabilize 2.76.3 amd64, #909467 (diff)
downloadgentoo-6d9ca31b20ed4a4d7130602e67aa61385f8511e0.tar.gz
gentoo-6d9ca31b20ed4a4d7130602e67aa61385f8511e0.tar.bz2
gentoo-6d9ca31b20ed4a4d7130602e67aa61385f8511e0.zip
python-utils-r1.eclass: make pypy3 match Python 3.10 now
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/tests')
-rwxr-xr-xeclass/tests/python-utils-r1.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh
index 635d49decbdd..81c459765f0f 100755
--- a/eclass/tests/python-utils-r1.sh
+++ b/eclass/tests/python-utils-r1.sh
@@ -208,7 +208,7 @@ test_is "_python_impl_matches python3_11 3.12" 1
test_is "_python_impl_matches python3_12 3.10" 1
test_is "_python_impl_matches python3_12 3.11" 1
test_is "_python_impl_matches python3_12 3.12" 0
-test_is "_python_impl_matches pypy3 3.10" 1
+test_is "_python_impl_matches pypy3 3.10" 0
test_is "_python_impl_matches pypy3 3.11" 1
test_is "_python_impl_matches pypy3 3.12" 1
eoutdent