1 --- coverage-7.6.9/tests/test_testing.py.orig
2 +++ coverage-7.6.9/tests/test_testing.py
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')