diff options
Diffstat (limited to 'tests/unit/create/test_creator.py')
-rw-r--r-- | tests/unit/create/test_creator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/create/test_creator.py b/tests/unit/create/test_creator.py index 03fc4ce..d4f5218 100644 --- a/tests/unit/create/test_creator.py +++ b/tests/unit/create/test_creator.py @@ -311,4 +311,4 @@ def test_create_long_path(current_fastest, tmp_path): cmd = [str(folder)] result = run_via_cli(cmd) - subprocess.check_call([str(result.creator.exe.parent / "pip"), "--version"]) + subprocess.check_call([str(result.creator.script("pip")), "--version"]) |