Commit 8e5ee09f authored by Stefan Behnel's avatar Stefan Behnel

disable another asyncgen test in Py<3.6 that requires the newly added finalisation support

parent 81d184d0
......@@ -763,6 +763,7 @@ class AsyncGenAsyncioTest(unittest.TestCase):
t.cancel()
self.loop.run_until_complete(asyncio.sleep(0.01, loop=self.loop))
@needs_py36_asyncio
def test_async_gen_asyncio_gc_aclose_09(self):
DONE = 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment