Skip to content

Commit 3080c44

Browse files
Remove no longer necessary test ignore logic
1 parent 99bcbad commit 3080c44

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/conftest.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,3 @@
22
import sys
33

44
from .fixtures import *
5-
6-
collect_ignore = []
7-
8-
if sys.version_info < (3, 5):
9-
collect_ignore.append("test_async.py")
10-
11-
if sys.version_info < (3, 4):
12-
collect_ignore.append("test_coroutines.py")

0 commit comments

Comments
 (0)