mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
eclass/tests: fix typo in bgo number
The last digit was missing in bgo link.
Fixes: d133f3d0eb ("python-utils-r1.eclass: Fix matching pattern list starting with 3.10")
Bug: https://bugs.gentoo.org/955213
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user