From 20efb69b13299d1ed21433060d4dccccb20f0d03 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 3 Apr 2024 22:57:57 -0700 Subject: python3-netaddr: Ignore failing tests on musl Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-netaddr_1.2.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-netaddr_1.2.1.bb b/meta-python/recipes-devtools/python/python3-netaddr_1.2.1.bb index 082e7c502..bedf0dab0 100644 --- a/meta-python/recipes-devtools/python/python3-netaddr_1.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-netaddr_1.2.1.bb @@ -20,3 +20,6 @@ do_install_ptest() { cp -rf ${S}/netaddr/tests/* ${D}${PTEST_PATH}/tests/ } +do_install_ptest:append:libc-musl () { + sed -i -e "/--automake/ s/$/ -k 'not test_strategy_ipv6'/" ${D}${PTEST_PATH}/run-ptest +} -- cgit v1.2.3-54-g00ecf