From: Ross Burton Date: Thu, 12 Feb 2026 14:07:30 +0000 (+0000) Subject: python3-packaging: be more specific when skipping tests on musl X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c187d9231c0ccbf48b06fdb6e0cb3e792729b6b4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-packaging: be more specific when skipping tests on musl We don't need to skip all of test_tags.py, just the two test cases that use manylinux. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- 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