Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
misc tests cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
popravich committed Dec 1, 2017
1 parent ce62d56 commit b612b86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,12 +557,6 @@ def pytest_runtest_setup(item):
item.fixturenames.append('loop')


def pytest_ignore_collect(path, config):
if 'py35' in str(path):
if sys.version_info < (3, 5, 0):
return True


def pytest_collection_modifyitems(session, config, items):
for item in items:
if 'redis_version' in item.keywords:
Expand Down
1 change: 0 additions & 1 deletion tests/pool_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ async def test_pool_close__used(create_pool, server, loop):

@pytest.mark.run_loop
@pytest.redis_version(2, 8, 0, reason="maxclients config setting")
@pytest.mark.xfail(reason="Redis returns 'Err max clients reached'")
async def test_pool_check_closed_when_exception(
create_pool, create_redis, start_server, loop):
server = start_server('server-small')
Expand Down

0 comments on commit b612b86

Please sign in to comment.