From c1f72d504f05c4d071e1b2f4f39494265a86fe44 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Mon, 23 Apr 2012 21:35:15 -0700 Subject: [PATCH] Pin twisted versions in the 2.2 branch to 11.1.0 since that release doesn't pass its tests with newer versions. --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.2