From: Ben Darnell Date: Fri, 5 Apr 2013 02:30:52 +0000 (-0400) Subject: Update pyuv test for latest version of pyuv and tornado-pyuv X-Git-Tag: v3.0.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0de3de6ff4a76f1894e3fcfc47938ae033f05fc5;p=thirdparty%2Ftornado.git Update pyuv test for latest version of pyuv and tornado-pyuv --- diff --git a/maint/test/pyuv/tox.ini b/maint/test/pyuv/tox.ini index 84643b7d0..dae2d0fcf 100644 --- a/maint/test/pyuv/tox.ini +++ b/maint/test/pyuv/tox.ini @@ -3,13 +3,11 @@ envlist = py27 setupdir = ../../.. [testenv] -# tornado-pyuv is not installable unless pyuv is installed first; -# listing them both in deps doesn't install them in order. commands = - pip install git+https://github.com/saghul/tornado-pyuv.git python -m tornado.test.runtests --ioloop=tornado_pyuv.UVLoop {posargs:} # twisted tests don't work on pyuv IOLoop currently. deps = - git+https://github.com/saghul/pyuv.git + pyuv + git+https://github.com/saghul/tornado-pyuv.git futures mock