diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-04-12 07:42:57 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-12 08:30:48 -0700 |
commit | f2536fbd87ed7c9d5c13bedd12d7ff0eb08ae0d0 (patch) | |
tree | 1ebd8f5488441abefe8987784288e09ea844962e /meta-python | |
parent | 7d9b76f9bb990185680ddb0d15a4be6ded2393ee (diff) | |
download | meta-openembedded-f2536fbd87ed7c9d5c13bedd12d7ff0eb08ae0d0.tar.gz |
meta-python-image-ptest-all: Do not run PTESTS_PROBLEMS_META_PYTHON
PTESTS_PROBLEMS_META_PYTHON are known failures exclude then from normal runs
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-core/images/meta-python-image-ptest-all.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-core/images/meta-python-image-ptest-all.bb b/meta-python/recipes-core/images/meta-python-image-ptest-all.bb index d6708c5fd0..56c392f036 100644 --- a/meta-python/recipes-core/images/meta-python-image-ptest-all.bb +++ b/meta-python/recipes-core/images/meta-python-image-ptest-all.bb | |||
@@ -9,7 +9,7 @@ REQUIRED_DISTRO_FEATURES = "ptest" | |||
9 | require conf/include/ptest-packagelists-meta-python.inc | 9 | require conf/include/ptest-packagelists-meta-python.inc |
10 | 10 | ||
11 | # Include the full set of ptests | 11 | # Include the full set of ptests |
12 | PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON} ${PTESTS_PROBLEMS_META_PYTHON}" | 12 | PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON}" |
13 | 13 | ||
14 | do_testimage[noexec] = "1" | 14 | do_testimage[noexec] = "1" |
15 | do_testimage[depends] = "${@' '.join(['meta-python-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PYTHON').split()])}" | 15 | do_testimage[depends] = "${@' '.join(['meta-python-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PYTHON').split()])}" |