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:
Ben Darnell 2015-10-18 21:47:37 +02:00
parent 4747c95a9d
commit b9d8e00ad5
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@ setupdir = ../../..
[testenv]
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.
deps =
pyuv
git+https://github.com/saghul/tornado-pyuv.git
tornaduv
futures
mock