Skip to content

Commit f6d84f6

Browse files
committed
Fix test.
1 parent 51c64a3 commit f6d84f6

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
collect_ignore = []
77
if sys.version_info[:2] < (3, 5):
88
collect_ignore.append("test_simple_35.py")
9+
collect_ignore.append("test_event_loop_scope_35.py")
910
collect_ignore.append("markers/test_class_marker_35.py")
1011
collect_ignore.append("markers/test_module_marker_35.py")
1112
collect_ignore.append("async_fixtures/test_async_fixtures_35.py")
File renamed without changes.

0 commit comments

Comments
 (0)