opensmalltalk cog-spur: update to VMMaker.oscog-eem.3504
[oi-userland.git] / components / python / pytest-mypy / patches / 02-test-skip-failing.patch
blob1626e77c7b10136824d88d4c06cfb8818e3da0fc
1 --- pytest-mypy-0.10.3/tests/test_pytest_mypy.py.orig
2 +++ pytest-mypy-0.10.3/tests/test_pytest_mypy.py
3 @@ -396,6 +396,7 @@
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."""