We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5217133 commit 8fb0bbbCopy full SHA for 8fb0bbb
services/web/server/tests/unit/with_dbs/conftest.py
@@ -3,7 +3,6 @@
3
# pylint: disable=unused-variable
4
# pylint: disable=too-many-arguments
5
6
-import asyncio
7
import random
8
import sys
9
import textwrap
@@ -206,12 +205,6 @@ async def _print_mail_to_stdout(
206
205
)
207
208
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
215
@pytest_asyncio.fixture(loop_scope="function")
216
async def web_server(
217
app_environment: EnvVarsDict,
0 commit comments