Andreas Wacknitz
2024-03-24 3df02058fb3d48a999bbc8d5d56c2910fbc249a4
commit | author | age
5e351e 1 --- tox-4.14.2/tests/test_call_modes.py.orig
MT 2 +++ tox-4.14.2/tests/test_call_modes.py
0a4c16 3 @@ -14,4 +14,4 @@
MT 4  
5  
6  def test_call_as_exe(empty_project: ToxProject) -> None:  # noqa: ARG001
7 -    subprocess.check_output([str(Path(sys.executable).parent / "tox"), "-h"])
8 +    subprocess.check_output(["tox", "-h"])