From 8b92b9bd18d1bdd1421f8153e02b485388103b40 Mon Sep 17 00:00:00 2001 From: ribardej Date: Tue, 11 Nov 2025 15:28:48 +0100 Subject: [PATCH] fix(tests): fixed test runtime errors regarding database connection --- 7project/backend/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/7project/backend/pyproject.toml b/7project/backend/pyproject.toml index 3ad2a75..afdd586 100644 --- a/7project/backend/pyproject.toml +++ b/7project/backend/pyproject.toml @@ -1,5 +1,5 @@ [tool.pytest.ini_options] pythonpath = "." asyncio_mode = "auto" -asyncio_default_fixture_loop_scope = "function" -asyncio_default_test_loop_scope = "function" \ No newline at end of file +asyncio_default_fixture_loop_scope = "session" +asyncio_default_test_loop_scope = "session" \ No newline at end of file