mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
python3-pytest-mock: disable broken ptests
Two introspection-related ptests are consistently failing. For now,
disable them so that a clean ptest run is available.
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit d61bc9351a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
9709382037
commit
4236bb12ff
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = " \
|
||||
SRC_URI = " \
|
||||
git://github.com/pytest-dev/pytest-mock;branch=main;protocol=https \
|
||||
file://run-ptest \
|
||||
file://0001-test_pytest_mock-skip-args-introspection-tests.patch \
|
||||
"
|
||||
|
||||
SRCREV ?= "d3e73f2e93f7b93eba0a36e17e43bafd969da4fe"
|
||||
@@ -21,6 +22,7 @@ DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-asyncio \
|
||||
python3-pytest \
|
||||
python3-pytest-asyncio \
|
||||
python3-unittest \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user