summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-04-03 22:57:57 -0700
committerKhem Raj <raj.khem@gmail.com>2024-04-07 08:36:33 -0700
commit7835977bb579212ae16f7f0c9d5ba5484cd69e99 (patch)
tree34d8d3c96bc1bf3ea489ae920a2264c185fd99d0 /meta-python/recipes-devtools
parent6b7f3308c1f4c921f35888a84bb522003c52a592 (diff)
downloadmeta-openembedded-7835977bb579212ae16f7f0c9d5ba5484cd69e99.tar.gz
python3-netaddr: Ignore failing tests on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-netaddr_1.2.1.bb3
1 files changed, 3 insertions, 0 deletions
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() {
20 cp -rf ${S}/netaddr/tests/* ${D}${PTEST_PATH}/tests/ 20 cp -rf ${S}/netaddr/tests/* ${D}${PTEST_PATH}/tests/
21} 21}
22 22
23do_install_ptest:append:libc-musl () {
24 sed -i -e "/--automake/ s/$/ -k 'not test_strategy_ipv6'/" ${D}${PTEST_PATH}/run-ptest
25}