diff options
| author | Yi Fan Yu <yifan.yu@windriver.com> | 2021-04-01 14:39:27 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-05 15:29:02 +0100 |
| commit | d1b90dae19d3ab1b5ecfb31a3d183c22b5828677 (patch) | |
| tree | 5e85eeba15e7a6ad8006b4f33f55e10008e01a08 /meta/recipes-devtools/python/python3_3.9.2.bb | |
| parent | 8c130cd76407df9860cc6850bea056d9d9ecfe31 (diff) | |
| download | poky-d1b90dae19d3ab1b5ecfb31a3d183c22b5828677.tar.gz | |
python3: Skip failing ptests due to load variability
Skip tests until load issue is fixed,
most commonly seen on the arm64 builder.
[YOCTO #14296]
(From OE-Core rev: 7c67bc2476b784083acbc7a55ecf3627ec8f2b6b)
Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.9.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.9.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.9.2.bb b/meta/recipes-devtools/python/python3_3.9.2.bb index c5e47eec4f..fd1172335a 100644 --- a/meta/recipes-devtools/python/python3_3.9.2.bb +++ b/meta/recipes-devtools/python/python3_3.9.2.bb | |||
| @@ -30,6 +30,7 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ | |||
| 30 | file://0001-Makefile-do-not-compile-.pyc-in-parallel.patch \ | 30 | file://0001-Makefile-do-not-compile-.pyc-in-parallel.patch \ |
| 31 | file://0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch \ | 31 | file://0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch \ |
| 32 | file://0001-Lib-sysconfig.py-use-libdir-values-from-configuratio.patch \ | 32 | file://0001-Lib-sysconfig.py-use-libdir-values-from-configuratio.patch \ |
| 33 | file://0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch \ | ||
| 33 | " | 34 | " |
| 34 | 35 | ||
| 35 | SRC_URI_append_class-native = " \ | 36 | SRC_URI_append_class-native = " \ |
