mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +00:00
python3-pydantic-core: Skip failing ptests
possibly due to oe using newer version of pytest Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -48,4 +48,5 @@ do_install:append() {
|
|||||||
|
|
||||||
do_install_ptest() {
|
do_install_ptest() {
|
||||||
cp -rf ${S}/tests/ ${D}${PTEST_PATH}/
|
cp -rf ${S}/tests/ ${D}${PTEST_PATH}/
|
||||||
|
sed -i -e "/--automake/ s/$/ -k 'not test_model_class_root_validator_wrap and not test_model_class_root_validator_before and not test_model_class_root_validator_after'/" ${D}${PTEST_PATH}/run-ptest
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user