diff options
| author | Trevor Gamblin <tgamblin@baylibre.com> | 2024-06-12 11:05:28 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-13 09:11:17 +0100 |
| commit | b82d066887d154c2f70d5f284cbb3ec7ec832daf (patch) | |
| tree | e83dd9397fc09227a9a8441b373d4e370cb7c7c6 /meta/recipes-devtools/python/python3_3.12.4.bb | |
| parent | c16d3b930fb46fc50eaef4d0cb16347ca9c4a1f8 (diff) | |
| download | poky-b82d066887d154c2f70d5f284cbb3ec7ec832daf.tar.gz | |
python3: skip test_concurrent_futures/test_deadlock
These tests are causing hangs on the Autobuilder, so disable them for
now.
(From OE-Core rev: 291f37808f1a2b2fdc8190696867f974994457c0)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.12.4.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.12.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.12.4.bb b/meta/recipes-devtools/python/python3_3.12.4.bb index 49c134fc7c..64cd5d0bc0 100644 --- a/meta/recipes-devtools/python/python3_3.12.4.bb +++ b/meta/recipes-devtools/python/python3_3.12.4.bb | |||
| @@ -31,6 +31,7 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ | |||
| 31 | file://0001-test_storlines-skip-due-to-load-variability.patch \ | 31 | file://0001-test_storlines-skip-due-to-load-variability.patch \ |
| 32 | file://0001-test_shutdown-skip-problematic-test.patch \ | 32 | file://0001-test_shutdown-skip-problematic-test.patch \ |
| 33 | file://0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch \ | 33 | file://0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch \ |
| 34 | file://0001-test_deadlock-skip-problematic-test.patch \ | ||
| 34 | " | 35 | " |
| 35 | 36 | ||
| 36 | SRC_URI:append:class-native = " \ | 37 | SRC_URI:append:class-native = " \ |
