From 275709522a8af8f151ffc56a789a59cb9e1b45b0 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Fri, 11 Jul 2014 17:39:20 +0200 Subject: [PATCH] Bug 1037464 - Upgrade virtualenv to 1.11.6 because of installation issue [bustage fix]. r=ahal a=testonly DONTBUILD --- testing/tps/create_venv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/tps/create_venv.py b/testing/tps/create_venv.py index 95a26eaac5a3..3d5417f8af64 100755 --- a/testing/tps/create_venv.py +++ b/testing/tps/create_venv.py @@ -38,7 +38,7 @@ See runtps --help for all options # Link to the folder, which contains the zip archives of virtualenv URL_VIRTUALENV = 'https://codeload.github.com/pypa/virtualenv/zip/' -VERSION_VIRTUALENV = '1.10.1' +VERSION_VIRTUALENV = '1.11.6' if sys.platform == 'win32':