--- pytest-mypy-0.10.3/tests/test_pytest_mypy.py.orig +++ pytest-mypy-0.10.3/tests/test_pytest_mypy.py @@ -396,6 +396,7 @@ @pytest.mark.parametrize("module_name", ["__init__", "test_demo"]) +@pytest.mark.skip(reason="always fails: https://github.com/realpython/pytest-mypy/issues/151") def test_looponfail(testdir, module_name): """Ensure that the plugin works with --looponfail."""