diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/ext/asyncio/test_engine_py3k.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ext/asyncio/test_engine_py3k.py b/test/ext/asyncio/test_engine_py3k.py index c75dd8665..0450e3054 100644 --- a/test/ext/asyncio/test_engine_py3k.py +++ b/test/ext/asyncio/test_engine_py3k.py @@ -232,6 +232,7 @@ class AsyncEngineTest(EngineFixture): is_false(async_engine == None) @async_test + @testing.requires.python37 async def test_no_attach_to_event_loop(self, testing_engine): """test #6409""" |