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:
Petr Vaněk
2025-05-02 10:02:52 +02:00
parent 16bb63c98b
commit 18accbc44e

View File

@@ -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