fix(tests): fixed test runtime errors regarding database connection

This commit is contained in:
ribardej
2025-11-11 15:28:48 +01:00
parent 3d26ed6a62
commit 8b92b9bd18

View File

@@ -1,5 +1,5 @@
[tool.pytest.ini_options]
pythonpath = "."
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
asyncio_default_test_loop_scope = "function"
asyncio_default_fixture_loop_scope = "session"
asyncio_default_test_loop_scope = "session"