From 2773a3f4c41a4c11371d39f5d0e2d7f3ea2deaab Mon Sep 17 00:00:00 2001 From: Fabien Coelho Date: Sat, 9 Nov 2024 11:29:53 +0100 Subject: [PATCH] silence pytest asyncio warning --- tests/pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest.ini b/tests/pytest.ini index aa0ab6d5..e1f1d048 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -1,4 +1,5 @@ [pytest] +asyncio_default_fixture_loop_scope = scope # asyncio: asynchronous tests markers = sqlite3: tests relying on sqlite