We don't need to skip all of test_tags.py, just the two test cases that use manylinux.
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-devtools/python/python3-packaging_26.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python3-packaging_26.0.bb b/meta/recipes-devtools/python/python3-packaging_26.0.bb index 1a1b58a13d..ff45cb5133 100644 --- a/meta/recipes-devtools/python/python3-packaging_26.0.bb +++ b/meta/recipes-devtools/python/python3-packaging_26.0.bb @@ -15,8 +15,8 @@ RDEPENDS:${PN} += "python3-profile" # This test needs tomli_w which isn't currently in meta/ SKIPLIST = "--ignore=tests/test_pylock.py" -# https://github.com/pypa/packaging/issues/850 -SKIPLIST:append:libc-musl = " --deselect tests/test_manylinux.py::test_is_manylinux_compatible_old --ignore=tests/test_tags.py" +# Tests don't handle manylinux+musl (https://github.com/pypa/packaging/issues/850) +SKIPLIST:append:libc-musl = " --deselect=tests/test_manylinux.py::test_is_manylinux_compatible_old --deselect=tests/test_tags.py::TestManylinuxPlatform --deselect=tests/test_tags.py::TestSysTags" do_compile:class-native () { python_flit_core_do_manual_build -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#230916): https://lists.openembedded.org/g/openembedded-core/message/230916 Mute This Topic: https://lists.openembedded.org/mt/117740349/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
