python3-netaddr: Ignore failing tests on musl

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2024-04-03 22:57:57 -07:00
parent 6b7f3308c1
commit 7835977bb5

View File

@@ -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
}