Marcel Telka
2024-04-05 26ab531a0abac615aaedf17622ee2aa5e19c5114
commit | author | age
26ab53 1 --- pipdeptree-2.17.0/tests/test_non_host.py.orig
MT 2 +++ pipdeptree-2.17.0/tests/test_non_host.py
3 @@ -14,6 +14,7 @@
4  
5  
6  @pytest.mark.parametrize("args_joined", [True, False])
7 +@pytest.mark.skip(reason="always fails: https://github.com/tox-dev/pipdeptree/issues/343")
8  def test_custom_interpreter(
9      tmp_path: Path,
10      monkeypatch: pytest.MonkeyPatch,