mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-netaddr: Ignore failing tests on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
d426a1a744
commit
20efb69b13
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user