From d6b84a015fdb3859ac30344b24ca70a1abe658ec Mon Sep 17 00:00:00 2001 From: BalconyJH Date: Sat, 21 Dec 2024 20:53:30 +0800 Subject: [PATCH] :white_check_mark: Update pytest configuration. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5a4d2fc3..c45473f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,6 +137,7 @@ disableBytesTypePromotions = true [tool.pytest.ini_options] asyncio_mode = "auto" +asyncio_default_fixture_loop_scope = "session" [build-system] requires = ["poetry-core>=1.0.0"]