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