mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
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>
This commit is contained in:
parent
7d9b76f9bb
commit
f2536fbd87
|
|
@ -9,7 +9,7 @@ REQUIRED_DISTRO_FEATURES = "ptest"
|
|||
require conf/include/ptest-packagelists-meta-python.inc
|
||||
|
||||
# Include the full set of ptests
|
||||
PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON} ${PTESTS_PROBLEMS_META_PYTHON}"
|
||||
PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON}"
|
||||
|
||||
do_testimage[noexec] = "1"
|
||||
do_testimage[depends] = "${@' '.join(['meta-python-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PYTHON').split()])}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user