Marcel Telka
2024-04-05 26ab531a0abac615aaedf17622ee2aa5e19c5114
commit | author | age
26ab53 1 --- pipdeptree-2.17.0/tests/test_pipdeptree.py.orig
MT 2 +++ pipdeptree-2.17.0/tests/test_pipdeptree.py
0384d9 3 @@ -4,10 +4,13 @@
MT 4  from pathlib import Path
fad46a 5  from subprocess import check_call  # noqa: S404
0384d9 6  
MT 7 +import pytest
8 +
9  
10  def test_main() -> None:
11      check_call([sys.executable, "-m", "pipdeptree", "--help"])
12  
13  
14 +@pytest.mark.skip(reason="always fails: https://github.com/fedora-python/tox-current-env/issues/68")
15  def test_console() -> None:
16      check_call(["pipdeptree", "--help"])