mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Use the version in mocked PyPI
This commit is contained in:
@@ -286,7 +286,7 @@ def test_requirements_to_pipfile(PipenvInstance, pypi):
|
||||
|
||||
# Write a requirements file
|
||||
with open("requirements.txt", "w") as f:
|
||||
f.write("-i {}\nrequests[socks]==2.18.1\n".format(pypi.url))
|
||||
f.write("-i {}\nrequests[socks]==2.19.1\n".format(pypi.url))
|
||||
|
||||
c = p.pipenv("install")
|
||||
assert c.return_code == 0
|
||||
|
||||
Reference in New Issue
Block a user