summaryrefslogtreecommitdiff
path: root/test/ext/asyncio/test_engine_py3k.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/ext/asyncio/test_engine_py3k.py')
-rw-r--r--test/ext/asyncio/test_engine_py3k.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ext/asyncio/test_engine_py3k.py b/test/ext/asyncio/test_engine_py3k.py
index 3c260f9e5..44cf9388c 100644
--- a/test/ext/asyncio/test_engine_py3k.py
+++ b/test/ext/asyncio/test_engine_py3k.py
@@ -232,7 +232,6 @@ 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"""