]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Our tests don't work with the recently-released Twisted 11.1.0, so pin
authorBen Darnell <ben@bendarnell.com>
Thu, 1 Dec 2011 06:59:09 +0000 (22:59 -0800)
committerBen Darnell <ben@bendarnell.com>
Thu, 1 Dec 2011 07:00:12 +0000 (23:00 -0800)
the tests to 11.0.0 until we figure out what's going on.

tox.ini

diff --git a/tox.ini b/tox.ini
index 9d0ee7b80c6023353f5d69b463eacf4b188c8106..96e2427639501e284a3ff3ca8689b1d5b9e94bb7 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -36,21 +36,21 @@ deps =
      MySQL-python
      pycurl
      simplejson
-     twisted
+     twisted==11.0.0
 
 [testenv:py26-full]
 basepython = python2.6
 deps =
      MySQL-python
      pycurl
-     twisted
+     twisted==11.0.0
 
 [testenv:py27-full]
 basepython = python2.7
 deps =
      MySQL-python
      pycurl
-     twisted
+     twisted==11.0.0
 
 # No pypy-full yet: pycurl doesn't build with pypy, and installing
 # twisted under pypy takes a *very* long time.  MySQL-python builds with