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 @@ -10,4 +10,4 @@
MT 4  
5  
6  def test_console() -> None:
7 -    check_call([Path(sys.executable).parent / "pipdeptree", "--help"])
8 +    check_call(["pipdeptree", "--help"])