| Message ID | 20260605151511.3522627-3-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/4] libedit: upgrade 20251016 -> 20260512 | expand |
On Fri, 2026-06-05 at 16:15 +0100, Ross Burton via lists.openembedded.org wrote: > These two tests were skipped in 2021[1] as at the time they required > dependencies that were primarily provided by packagegroup-core-buildessential. > > I'm not sure what this dependency was, but the tests pass with just the > core-image-ptest-python3 image: > > test_find_library_with_gcc (FindLibraryLinux.test_find_library_with_gcc) ... ok > test_find_library_with_ld (FindLibraryLinux.test_find_library_with_ld) ... ok > > [1] oe-core c6567235cba ("python3: skip tests requiring tools-sdk") > > Signed-off-by: Ross Burton <ross.burton@arm.com> > --- > meta/recipes-devtools/python/python3_3.14.5.bb | 6 ------ > 1 file changed, 6 deletions(-) Doesn't your previous patch remove the gcc dependency? Cheers, Richard
diff --git a/meta/recipes-devtools/python/python3_3.14.5.bb b/meta/recipes-devtools/python/python3_3.14.5.bb index b3709db9e21..6e237fb0308 100644 --- a/meta/recipes-devtools/python/python3_3.14.5.bb +++ b/meta/recipes-devtools/python/python3_3.14.5.bb @@ -298,12 +298,6 @@ SKIPPED_TESTS += " \ --ignore test_cursor_back_write \ " -# Needs IMAGE_FEATURE += \"tools-sdk\" -SKIPPED_TESTS += " \ - --ignore test_find_library_with_gcc \ - --ignore test_find_library_with_ld \ -" - # Fails due to differences in CFLAGS as as modified during build SKIPPED_TESTS += " \ --ignore test_sysconfigdata_json \
These two tests were skipped in 2021[1] as at the time they required dependencies that were primarily provided by packagegroup-core-buildessential. I'm not sure what this dependency was, but the tests pass with just the core-image-ptest-python3 image: test_find_library_with_gcc (FindLibraryLinux.test_find_library_with_gcc) ... ok test_find_library_with_ld (FindLibraryLinux.test_find_library_with_ld) ... ok [1] oe-core c6567235cba ("python3: skip tests requiring tools-sdk") Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/python/python3_3.14.5.bb | 6 ------ 1 file changed, 6 deletions(-)