From: Ben Darnell Date: Tue, 24 Apr 2012 04:35:15 +0000 (-0700) Subject: Pin twisted versions in the 2.2 branch to 11.1.0 since that release doesn't X-Git-Tag: v2.2.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1f72d504f05c4d071e1b2f4f39494265a86fe44;p=thirdparty%2Ftornado.git Pin twisted versions in the 2.2 branch to 11.1.0 since that release doesn't pass its tests with newer versions. --- diff --git a/tox.ini b/tox.ini index 88c8c3757..7bbe791b1 100644 --- 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