python/coverage: update to 7.6.7
[oi-userland.git] / components / python / coverage / patches / 08-test-disable-failing.patch
blobc2b60fbd5db0eb1ed59a6efb9cc965e363932444
1 --- coverage-7.6.7/tests/test_testing.py.orig
2 +++ coverage-7.6.7/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')