Skip to content

Commit

Permalink
Drop 3.5 for aio
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzsochi committed Dec 28, 2017
1 parent bb27139 commit 480f8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def pytest_addoption(parser):

def pytest_ignore_collect(path, config):
if '/tests_aio' in str(path):
return not WITH_MOTOR or sys.version_info < (3, 5)
return not WITH_MOTOR or sys.version_info < (3, 6)


@pytest.fixture(scope='session')
Expand Down

0 comments on commit 480f8a5

Please sign in to comment.