Skip to content

Commit cc88050

Browse files
authored
Update conftest.py
1 parent 225aedd commit cc88050

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

tests/conftest.py

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
collect_ignore = []
44

55
if sys.version_info < (3, 6):
6-
collect_ignore += ["integration/test_asyncio.py",
7-
"integration/test_tornado.py"]
8-
9-
if sys.version_info < (3, 4):
10-
collect_ignore += ["integration/test_asyncio.py", "integration/test_asyncio_coroutine.py"]
11-
elif sys.version_info < (3, 6):
12-
collect_ignore.append("integration/test_asyncio.py")
13-
collect_ignore.append("integration/test_trio.py")
6+
collect_ignore += [
7+
"integration/test_asyncio.py",
8+
"integration/test_asyncio_coroutine.py",
9+
"integration/test_tornado.py",
10+
"integration/test_trio.py",
11+
]
1412

0 commit comments

Comments
 (0)