From 99c0ca54962f0b77ad000dc71184f501cc957762 Mon Sep 17 00:00:00 2001 From: ZhenShuo2021 <98386542+ZhenShuo2021@users.noreply.github.com> Date: Fri, 13 Dec 2024 03:25:44 +0800 Subject: [PATCH] chore: config pytest --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4609380..1423509 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -198,3 +198,6 @@ force-single-line = false combine-as-imports = true length-sort-straight = true relative-imports-order = "closest-to-furthest" + +[tool.pytest.ini_options] +asyncio_default_fixture_loop_scope = "function"