mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
fix test
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user