Skip to content

Commit 8fb0bbb

Browse files
committed
revert
1 parent 5217133 commit 8fb0bbb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

services/web/server/tests/unit/with_dbs/conftest.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# pylint: disable=unused-variable
44
# pylint: disable=too-many-arguments
55

6-
import asyncio
76
import random
87
import sys
98
import textwrap
@@ -206,12 +205,6 @@ async def _print_mail_to_stdout(
206205
)
207206

208207

209-
@pytest_asyncio.fixture(loop_scope="function")
210-
async def loop() -> asyncio.AbstractEventLoop:
211-
# NOTE: This is a hack to ensure the loop is set in the aiohttp_server
212-
return asyncio.get_running_loop()
213-
214-
215208
@pytest_asyncio.fixture(loop_scope="function")
216209
async def web_server(
217210
app_environment: EnvVarsDict,

0 commit comments

Comments
 (0)