mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Remove old constraint line from locking function
Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
@@ -959,7 +959,6 @@ def venv_resolve_deps(
|
||||
cmd.append("--dev")
|
||||
with temp_environ():
|
||||
os.environ.update({fs_str(k): fs_str(val) for k, val in os.environ.items()})
|
||||
os.environ["PIPENV_PACKAGES"] = str("\n".join(constraints))
|
||||
if pypi_mirror:
|
||||
os.environ["PIPENV_PYPI_MIRROR"] = str(pypi_mirror)
|
||||
os.environ["PIPENV_VERBOSITY"] = str(environments.PIPENV_VERBOSITY)
|
||||
|
||||
Reference in New Issue
Block a user