]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Slight update to bit-rotted test.
authorBen Darnell <ben@bendarnell.com>
Sun, 18 Oct 2015 19:47:37 +0000 (21:47 +0200)
committerBen Darnell <ben@bendarnell.com>
Sun, 18 Oct 2015 19:52:17 +0000 (21:52 +0200)
Currently failing because tornaduv doesn't support the new 4.2
make_current features.

maint/test/pyuv/tox.ini

index dae2d0fcf645ea83716096e8d437e7f79eb82209..8b6d569a7aab10d037dae199b59bd96d2b9d00b0 100644 (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