From: Ben Darnell Date: Thu, 1 Dec 2011 06:59:09 +0000 (-0800) Subject: Our tests don't work with the recently-released Twisted 11.1.0, so pin X-Git-Tag: v2.2.0~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52c83a41339cdb6f47088411abc3a2101d19c781;p=thirdparty%2Ftornado.git Our tests don't work with the recently-released Twisted 11.1.0, so pin the tests to 11.0.0 until we figure out what's going on. --- diff --git a/tox.ini b/tox.ini index 9d0ee7b80..96e242763 100644 --- 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