]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3: Address failing ptests on musl
authorKhem Raj <raj.khem@gmail.com>
Fri, 22 Aug 2025 18:33:52 +0000 (11:33 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Aug 2025 16:46:38 +0000 (17:46 +0100)
commitc197de49d6b406be5fc79b6e17c397c834efc1b0
treeda8b0e279c8f81eccadf0d7b8e98f56dc7f2a3d0
parent16d8a873c57b174e4d6581b58d890f2157aa2f2c
python3: Address failing ptests on musl

Take a partial patch to disable portion of test_makedev, its also applied
in alpine. NODEV does not exist on musl

Add test_null_dlsym to ignore list on musl, it needs GNU ifunc support
and musl does not implement GNU ifuncs

fixes
Failed ptests:
{'python3': ['test_null_dlsym', 'test_makedev', 'python3']}

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-devtools/python/python3/test_posix_nodev_disable.patch [new file with mode: 0644]
meta/recipes-devtools/python/python3_3.13.7.bb