python/pytest-black: drop deprecated path from pytest_collect_file
[oi-userland.git] / components / python / coverage / patches / 08-test-disable-failing.patch
blob552043098b47b004edac7bf9894b0a6f577bd249
1 --- coverage-7.6.9/tests/test_testing.py.orig
2 +++ coverage-7.6.9/tests/test_testing.py
3 @@ -169,6 +169,7 @@
4 with self.assert_warnings(cov, []):
5 cov._warn("Watch out!")
7 + @pytest.mark.skip(reason="always fails: https://github.com/fedora-python/tox-current-env/issues/68")
8 def test_sub_python_is_this_python(self) -> None:
9 # Try it with a Python command.
10 self.set_environ('COV_FOOBAR', 'XYZZY')