Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2176)

Unified Diff: bootstrap/bootstrap.py

Issue 2043213002: Roll virtualenv 12.0->15.0.2 (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: vendor virtualenv and exclude from gender check Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bootstrap/README.md ('k') | bootstrap/virtualenv/.gitattributes » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bootstrap/bootstrap.py
diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py
index 5a6479fcb5ac1aee06f1524839f2ea046b9b258f..c48e93799036f619e4dab4e67d3c04ac04e5cb22 100755
--- a/bootstrap/bootstrap.py
+++ b/bootstrap/bootstrap.py
@@ -151,8 +151,7 @@ def install(deps):
if not deps_entry.get('implicit'):
requirements.append('%s==%s' % (name, deps_entry['version']))
subprocess.check_call(
- [pip, 'install', '--no-index', '--download-cache',
- os.path.join(ROOT, '.wheelcache'), '-f', ipath] + requirements)
+ [pip, 'install', '--no-index', '-f', ipath] + requirements)
def activate_env(env, deps, quiet=False):
« no previous file with comments | « bootstrap/README.md ('k') | bootstrap/virtualenv/.gitattributes » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698