Slight update to bit-rotted test.
Currently failing because tornaduv doesn't support the new 4.2 make_current features.
This commit is contained in:
parent
4747c95a9d
commit
b9d8e00ad5
|
@ -4,10 +4,10 @@ setupdir = ../../..
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
python -m tornado.test.runtests --ioloop=tornado_pyuv.UVLoop {posargs:}
|
python -m tornado.test.runtests --ioloop=tornaduv.UVLoop {posargs:}
|
||||||
# twisted tests don't work on pyuv IOLoop currently.
|
# twisted tests don't work on pyuv IOLoop currently.
|
||||||
deps =
|
deps =
|
||||||
pyuv
|
pyuv
|
||||||
git+https://github.com/saghul/tornado-pyuv.git
|
tornaduv
|
||||||
futures
|
futures
|
||||||
mock
|
mock
|
||||||
|
|
Loading…
Reference in New Issue