]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
test: It's no longer possible to use `async def` via cython on py34
authorBen Darnell <ben@bendarnell.com>
Mon, 22 Jan 2018 02:23:50 +0000 (21:23 -0500)
committerBen Darnell <ben@bendarnell.com>
Fri, 26 Jan 2018 23:00:57 +0000 (18:00 -0500)
The asyncio coroutine runner cannot be made to use backports_abc.

maint/test/cython/tox.ini

index 725e1704468379595c97166485eab2f820ea7fea..bbf8f15748da2bf24e3115f69b21eb9eb62fa311 100644 (file)
@@ -1,6 +1,6 @@
 [tox]
 # This currently segfaults on pypy.
-envlist = py27,py34,py35,py36
+envlist = py27,py35,py36
 
 [testenv]
 deps =
@@ -13,6 +13,5 @@ commands = python -m unittest cythonapp_test
 # defaults for the others.
 basepython =
            py27: python2.7
-           py34: python3.4
            py35: python3.5
            py36: python3.6