mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
python3-netaddr: Ignore failing tests on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -20,3 +20,6 @@ do_install_ptest() {
|
|||||||
cp -rf ${S}/netaddr/tests/* ${D}${PTEST_PATH}/tests/
|
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
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user