mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
meta-python-ptest-fast-image: Do not run python3-pytest-mock ptests
These ptests fail as of now.
==============================================================================================================
Failed test cases (sorted by testseries, ID)
==============================================================================================================
--------------------------------------------------------------------------------------------------------------
testseries | result_id : oeqa | runtime_meta-python-ptest-image-python3-pytest-mock_qemux86-64_20230606201650
ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_assert_called_args_with_introspection
ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_assert_called_kwargs_with_introspection
ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_detailed_introspection_async
ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_plain_stopall
ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_used_with_class_scope
ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_used_with_module_scope
ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_used_with_package_scope
ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_used_with_session_scope
--------------------------------------------------------------------------------------------------------------
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
7158a04cd0
commit
def4759e95
|
|
@ -32,7 +32,6 @@ PTESTS_FAST_META_PYTHON = "\
|
|||
python3-pyasn1-modules \
|
||||
python3-pyroute2 \
|
||||
python3-pyserial \
|
||||
python3-pytest-mock \
|
||||
python3-pytoml \
|
||||
python3-requests-file \
|
||||
python3-requests-toolbelt \
|
||||
|
|
@ -73,6 +72,7 @@ PTESTS_PROBLEMS_META_PYTHON ="\
|
|||
python3-pint \
|
||||
python3-py-cpuinfo \
|
||||
python3-pytest-lazy-fixture \
|
||||
python3-pytest-mock \
|
||||
python3-pyzmq \
|
||||
python3-scrypt \
|
||||
python3-service-identity \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user