From b029ab688b0d3ed2114b6a83d1b1722891ac2902 Mon Sep 17 00:00:00 2001 From: GlennIgen Date: Sat, 11 Jul 2026 03:31:26 +0200 Subject: [PATCH] =?UTF-8?q?CI:=20ret=20event=20loop=20scope=20i=20pytest.i?= =?UTF-8?q?ni=20s=C3=A5=20asyncpg=20fungerer=20i=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 backend/pytest.ini diff --git a/backend/pytest.ini b/backend/pytest.ini new file mode 100644 index 0000000..5a66064 --- /dev/null +++ b/backend/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +asyncio_mode = strict +asyncio_default_test_loop_scope = session +testpaths = tests \ No newline at end of file