From 52c83a41339cdb6f47088411abc3a2101d19c781 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Wed, 30 Nov 2011 22:59:09 -0800 Subject: [PATCH] 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. --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 9d0ee7b8..96e24276 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