Skip to content

Commit 3f8361d

Browse files
authored
Update test_tornado.py
1 parent cc88050 commit 3f8361d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/test_tornado.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111

1212

1313
@pytest.mark.integration
14-
@pytest.mark.skipif(sys.version_info < (3, 6),
15-
reason="requires python3.6 or higher")
14+
@pytest.mark.skipif(sys.version_info < (3, 6), reason="requires python3.6 or higher")
1615
async def test_tornado_connect(io_loop):
1716
"""
1817
Test the flow for 3.6 and up, async generators are

0 commit comments

Comments
 (0)