From 8401accbbb4b29b423f8eed2e977a765b0f31363 Mon Sep 17 00:00:00 2001 From: Cody Date: Thu, 12 Apr 2018 02:42:49 -0400 Subject: [PATCH] add PIPENV_INSTALL_TIMEOUT to envar index Signed-off-by: Dan Ryan --- pipenv/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pipenv/core.py b/pipenv/core.py index 1452d3cb..0818b1da 100644 --- a/pipenv/core.py +++ b/pipenv/core.py @@ -1452,7 +1452,6 @@ def pip_install( quoted_python = which('python', allow_global=allow_global) quoted_python = escape_grouped_arguments(quoted_python) sources = [] - print(sources) upgrade_strategy = '--upgrade --upgrade-strategy=only-if-needed' if selective_upgrade else '' pip_command = '{0} -m pipenv.vendor.pip9 install {4} {5} {6} {7} {3} {1} {2} --exists-action w'.format( quoted_python,