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 d426a1a744
commit 20efb69b13
No known key found for this signature in database
GPG Key ID: BB053355919D3314

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
}