Marcel Telka
2024-04-05 26ab531a0abac615aaedf17622ee2aa5e19c5114
1
2
3
4
5
6
7
8
--- pipdeptree-2.17.0/tests/test_pipdeptree.py.orig
+++ pipdeptree-2.17.0/tests/test_pipdeptree.py
@@ -10,4 +10,4 @@
 
 
 def test_console() -> None:
-    check_call([Path(sys.executable).parent / "pipdeptree", "--help"])
+    check_call(["pipdeptree", "--help"])