From 7835977bb579212ae16f7f0c9d5ba5484cd69e99 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(+) (limited to 'meta-python/recipes-devtools') 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 082e7c5025..bedf0dab01 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