We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc88050 commit 3f8361dCopy full SHA for 3f8361d
tests/integration/test_tornado.py
@@ -11,8 +11,7 @@
11
12
13
@pytest.mark.integration
14
-@pytest.mark.skipif(sys.version_info < (3, 6),
15
- reason="requires python3.6 or higher")
+@pytest.mark.skipif(sys.version_info < (3, 6), reason="requires python3.6 or higher")
16
async def test_tornado_connect(io_loop):
17
"""
18
Test the flow for 3.6 and up, async generators are
0 commit comments