this part of the change was not required.

This commit is contained in:
Matt Davis
2022-03-14 11:42:42 -04:00
parent c50dc8017b
commit fcdc402c82
+1 -2
View File
@@ -1463,8 +1463,7 @@ def pip_install(
pip_command.extend(["-r", vistir.path.normalize_path(r)])
elif line:
pip_command.extend(line)
pip_source_args = prepare_pip_source_args(sources)
pip_command.extend(pip_source_args)
pip_command.extend(prepare_pip_source_args(sources))
if project.s.is_verbose():
click.echo(f"$ {cmd_list_to_shell(pip_command)}", err=True)
cache_dir = Path(project.s.PIPENV_CACHE_DIR)