Bug 1396356 - Pin dependecies installed by Travis a=bustage
authorJohan Lorenzo <jlorenzo@mozilla.com>
Sun, 03 Sep 2017 09:38:33 +0200
changeset 5202 9a34d8f195eed01ac4b06f4b171195564d7a9001
parent 5201 58cfa5b0005f7b2f770762140ad8e182fe23b9ce
child 5203 e88944bc131ef10a33df84cb9c9ae54ad7a1fb59
child 5204 c6baff88f95ca1ae66c916044bd1303687d0b117
child 5205 d776128563075560e9b1b4e640948b24c4f35618
push id3674
push userbmo:jlorenzo@mozilla.com
push dateSun, 03 Sep 2017 07:38:43 +0000
reviewersbustage
bugs1396356
Bug 1396356 - Pin dependecies installed by Travis a=bustage MozReview-Commit-ID: K5cqos1VHir
tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -4,27 +4,37 @@ skipsdist=True
 
 [testenv]
 basepython = python2.7
 
 setenv =
     PYTHONPATH = {toxworkdir}:{toxworkdir}/tools/lib/python:{toxworkdir}/buildbot/master
 
 deps =
-    MySQL-python==1.2.3
-    SQLAlchemy==0.6.4
-    Jinja2==2.5.5
-    Twisted==10.2.0
     argparse==1.1
+    asn1crypto==0.22.0
+    cffi==1.10.0
+    characteristic==14.3.0
     coverage==3.7.1
+    cryptography==1.9
+    enum34==1.1.6
+    idna==2.5
+    ipaddress==1.0.18
+    Jinja2==2.5.5
     mock==1.0.1
-    pyOpenSSL==0.14
+    MySQL-python==1.2.3
     pyasn1==0.0.11a
+    pyasn1-modules==0.0.9
+    pycparser==2.17
     pycrypto==2.3
+    pyOpenSSL==0.14
     service-identity==14.0.0
+    six==1.10.0
+    SQLAlchemy==0.6.4
+    Twisted==10.2.0
     wsgiref==0.1.2
     zope.interface==3.6.1
     # Can't install distribute with pip>=6.0,<=6.0.3
     # See https://github.com/pypa/pip/issues/2290
     # Re-Add once pip 6.0.4 is back
     #distribute==0.6.14
 
 commands =