--- coverage-7.7.1/tests/test_testing.py.orig
+++ coverage-7.7.1/tests/test_testing.py
@@ -169,6 +169,7 @@
             with self.assert_warnings(cov, []):
                 cov._warn("Watch out!")
 
+    @pytest.mark.skip(reason="always fails: https://github.com/fedora-python/tox-current-env/issues/68")
     def test_sub_python_is_this_python(self) -> None:
         # Try it with a Python command.
         self.set_environ('COV_FOOBAR', 'XYZZY')