Bug 1247168 - Don't install virtualenv in the decision image; r=dustin draft
authorGregory Szorc <gps@mozilla.com>
Wed, 20 Jul 2016 09:31:48 -0700
changeset 392526 023104eef3405bc749384f58cf6310051de05dc0
parent 392525 eca12e98c8ff63cb302ea580da9296bd4cf31a4f
child 392527 0c6f30ff193dba5fbb5d90603e00f8be02816f9d
push id24049
push userbmo:gps@mozilla.com
push dateMon, 25 Jul 2016 19:51:28 +0000
reviewersdustin
bugs1247168
milestone50.0a1
Bug 1247168 - Don't install virtualenv in the decision image; r=dustin AFAICT this isn't needed. MozReview-Commit-ID: 9eG7a4yHFPw
testing/docker/decision/system-setup.sh
--- a/testing/docker/decision/system-setup.sh
+++ b/testing/docker/decision/system-setup.sh
@@ -99,19 +99,16 @@ pip install peep-2.4.1.tar.gz
 
 # Peep (latest)
 cd $BUILD
 pip install peep
 
 # remaining Python utilities are installed with `peep` from upstream
 # repositories; peep verifies file integrity for us
 cat >requirements.txt <<'EOF'
-# sha256: 90pZQ6kAXB6Je8-H9-ivfgDAb6l3e5rWkfafn6VKh9g
-virtualenv==13.1.2
-
 # sha256: wJnELXTi1SC2HdNyzZlrD6dgXAZheDT9exPHm5qaWzA
 mercurial==3.7.3
 EOF
 peep install -r requirements.txt
 
 # Install node
 tooltool_fetch <<'EOF'
 [