summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-04-12 07:42:57 -0700
committerKhem Raj <raj.khem@gmail.com>2025-04-12 08:30:48 -0700
commitf2536fbd87ed7c9d5c13bedd12d7ff0eb08ae0d0 (patch)
tree1ebd8f5488441abefe8987784288e09ea844962e /meta-python
parent7d9b76f9bb990185680ddb0d15a4be6ded2393ee (diff)
downloadmeta-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.bb2
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"
9require conf/include/ptest-packagelists-meta-python.inc 9require conf/include/ptest-packagelists-meta-python.inc
10 10
11# Include the full set of ptests 11# Include the full set of ptests
12PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON} ${PTESTS_PROBLEMS_META_PYTHON}" 12PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON}"
13 13
14do_testimage[noexec] = "1" 14do_testimage[noexec] = "1"
15do_testimage[depends] = "${@' '.join(['meta-python-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PYTHON').split()])}" 15do_testimage[depends] = "${@' '.join(['meta-python-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PYTHON').split()])}"