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