diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-04-04 13:32:56 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-07 08:36:33 -0700 |
| commit | 806f7c44a31033cb84e9bc4f66a898089eb851a6 (patch) | |
| tree | 36d27bcbee755264b4f86574710875d291e9ec92 /meta-python/recipes-devtools/python | |
| parent | 44f320d0c019cc866681b4b1042f28a48477fa4b (diff) | |
| download | meta-openembedded-806f7c44a31033cb84e9bc4f66a898089eb851a6.tar.gz | |
python3-pydantic-core: Skip failing ptests
possibly due to oe using newer version of pytest
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb b/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb index 40478cdbb6..934e3e2bb2 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb | |||
| @@ -48,4 +48,5 @@ do_install:append() { | |||
| 48 | 48 | ||
| 49 | do_install_ptest() { | 49 | do_install_ptest() { |
| 50 | cp -rf ${S}/tests/ ${D}${PTEST_PATH}/ | 50 | cp -rf ${S}/tests/ ${D}${PTEST_PATH}/ |
| 51 | 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 | ||
| 51 | } | 52 | } |
