From 5e0e6bbc49f190f8ddb39e5e1388b7b484a4866a Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Fri, 26 Dec 2025 15:56:30 -0500 Subject: [PATCH] fix: set pytest-asyncio default fixture loop scope to function (#2758) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 98de5c134..a6e17eada 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,6 +104,7 @@ fallback-version = "0.0.0" [tool.pytest.ini_options] asyncio_mode = "auto" +asyncio_default_fixture_loop_scope = "function" # filterwarnings = ["error::DeprecationWarning"] filterwarnings = [ # Suppress OAuth in-memory token storage warnings in tests