pass its tests with newer versions.
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.
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.
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