--- pipdeptree-2.17.0/tests/test_non_host.py.orig +++ pipdeptree-2.17.0/tests/test_non_host.py @@ -14,6 +14,7 @@ @pytest.mark.parametrize("args_joined", [True, False]) +@pytest.mark.skip(reason="always fails: https://github.com/tox-dev/pipdeptree/issues/343") def test_custom_interpreter( tmp_path: Path, monkeypatch: pytest.MonkeyPatch,