mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +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>
This commit is contained in:
@@ -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