]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Pin twisted versions in the 2.2 branch to 11.1.0 since that release doesn't
authorBen Darnell <ben@bendarnell.com>
Tue, 24 Apr 2012 04:35:15 +0000 (21:35 -0700)
committerBen Darnell <ben@bendarnell.com>
Tue, 24 Apr 2012 04:35:15 +0000 (21:35 -0700)
pass its tests with newer versions.

tox.ini

diff --git a/tox.ini b/tox.ini
index 88c8c37575d043a35fdd262c225c80b963b4accb..7bbe791b10d2f1b6e5cb30c457890f65bf72f09f 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -36,7 +36,7 @@ deps =
      MySQL-python
      pycurl
      simplejson
-     twisted>=11.1.0
+     twisted==11.1.0
 
 # py26-full deliberately runs an older version of twisted to ensure
 # we're still compatible with the oldest version we support.
@@ -52,7 +52,7 @@ basepython = python2.7
 deps =
      MySQL-python
      pycurl
-     twisted>=11.1.0
+     twisted==11.1.0
 
 [testenv:py27-curl]
 # Same as py27-full, but runs the tests with curl_httpclient by default.
@@ -62,7 +62,7 @@ basepython = python2.7
 deps =
      MySQL-python
      pycurl
-     twisted>=11.0.0
+     twisted==11.0.0
 commands = python -m tornado.test.runtests --httpclient=tornado.curl_httpclient.CurlAsyncHTTPClient {posargs:}
 
 # No pypy-full yet: pycurl doesn't build with pypy, and installing