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 17bccbb commit 923fc08Copy full SHA for 923fc08
tests/conftest.py
@@ -2,5 +2,7 @@
2
3
if sys.version_info > (3,):
4
collect_ignore = ["test_django_channels.py"]
5
+ if sys.version_info < (3, 6):
6
+ collect_ignore.append('test_gevent.py')
7
else:
8
collect_ignore = ["test_aiohttp.py"]
0 commit comments