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.
This commit is contained in:
parent
eb79f0dd06
commit
52c83a4133
6
tox.ini
6
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
|
||||
|
|
Loading…
Reference in New Issue