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:
Khem Raj 2023-06-06 14:57:18 -07:00
parent 7158a04cd0
commit def4759e95

View File

@ -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 \