diff --git a/tests/integration/test_install_twists.py b/tests/integration/test_install_twists.py index 941d4491..60b22f22 100644 --- a/tests/integration/test_install_twists.py +++ b/tests/integration/test_install_twists.py @@ -242,7 +242,7 @@ def test_local_zipfiles(PipenvInstance, testsroot): destination = os.path.join(p.path, file_name) shutil.copy(source_path, destination) - c = p.pipenv(f"install {source_path}") + c = p.pipenv(f"install {file_name}") os.unlink(destination) assert c.returncode == 0 key = [k for k in p.pipfile["packages"].keys()][0]