diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-02-18 22:53:33 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-20 11:57:49 +0000 |
| commit | 85efdf62783a4c72cbb8fdc4a1bf3f264a902c7c (patch) | |
| tree | 542a5556329dcc195f1fd970ee7512622a8108e6 /meta/recipes-devtools/python/python3_3.13.2.bb | |
| parent | 1ce86daa3dd865ab689bb8f50020c4e57210c2ea (diff) | |
| download | poky-85efdf62783a4c72cbb8fdc4a1bf3f264a902c7c.tar.gz | |
python3: Ignore locale2 tests on musl
These tests require additional locales not supported in musl
(From OE-Core rev: ce3190f9c9a23fc3277e9a6f91b06b2fc60dafb1)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.13.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.13.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.13.2.bb b/meta/recipes-devtools/python/python3_3.13.2.bb index 52fac76c00..96478856b3 100644 --- a/meta/recipes-devtools/python/python3_3.13.2.bb +++ b/meta/recipes-devtools/python/python3_3.13.2.bb | |||
| @@ -264,7 +264,7 @@ do_install:append:class-nativesdk () { | |||
| 264 | } | 264 | } |
| 265 | 265 | ||
| 266 | do_install_ptest:append:class-target:libc-musl () { | 266 | do_install_ptest:append:class-target:libc-musl () { |
| 267 | sed -i -e 's|SKIPPED_TESTS=|SKIPPED_TESTS="-x test__locale -x test_c_locale_coercion -x test_locale -x test_os test_re -x test__xxsubinterpreters -x test_threading"|' ${D}${PTEST_PATH}/run-ptest | 267 | sed -i -e 's|SKIPPED_TESTS=|SKIPPED_TESTS="-x test__locale -x test_c_locale_coercion -x test_locale -x test_os test_re -x test__xxsubinterpreters -x test_threading --ignore test.test_strptime.StrptimeTests.test_date_locale2"|' ${D}${PTEST_PATH}/run-ptest |
| 268 | } | 268 | } |
| 269 | 269 | ||
| 270 | SYSROOT_PREPROCESS_FUNCS:append:class-target = " provide_target_config_script" | 270 | SYSROOT_PREPROCESS_FUNCS:append:class-target = " provide_target_config_script" |
