Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
dvora-h committed Apr 7, 2022
1 parent f01170c commit d14fa8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_asyncio/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ async def ateardown():

@pytest_asyncio.fixture()
async def r(request, create_redis):
print(request.config.getoption("--redis-url"))
yield await create_redis()


Expand Down

0 comments on commit d14fa8a

Please sign in to comment.