From 67b44539f2dbb70299fa4cc81640e76d0ab26b0a Mon Sep 17 00:00:00 2001 From: ribardej Date: Tue, 11 Nov 2025 15:12:13 +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 afdd586..3ad2a75 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 = "session" -asyncio_default_test_loop_scope = "session" \ No newline at end of file +asyncio_default_fixture_loop_scope = "function" +asyncio_default_test_loop_scope = "function" \ No newline at end of file