From d14fa8a99e2107b8f3deb61dcbe00aa37e9efbab Mon Sep 17 00:00:00 2001 From: dvora-h <67596500+dvora-h@users.noreply.github.com> Date: Thu, 7 Apr 2022 14:29:34 +0300 Subject: [PATCH] remove print --- tests/test_asyncio/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_asyncio/conftest.py b/tests/test_asyncio/conftest.py index dc49c0c418..34c22c5a55 100644 --- a/tests/test_asyncio/conftest.py +++ b/tests/test_asyncio/conftest.py @@ -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()