From 91f30f984c390448d729b10283bbbb017286700b Mon Sep 17 00:00:00 2001 From: BalconyJH Date: Fri, 1 Nov 2024 00:46:19 +0800 Subject: [PATCH] :wrench: Update pytest.ini_options to pass tests. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ea080650..76ae5cde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -139,6 +139,7 @@ disableBytesTypePromotions = true [tool.pytest.ini_options] asyncio_mode = "auto" +asyncio_default_fixture_loop_scope = "session" [build-system] requires = ["poetry-core>=1.0.0"]