From 54d5d33e09c79cc17d856c2d6811ba0917fdcf54 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:12:23 +0000 Subject: [PATCH] chore(internal): avoid pytest-asyncio deprecation warning (#2382) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2dcb85b55ab..e4cb7331694 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,6 +128,7 @@ testpaths = ["tests"] addopts = "--tb=short" xfail_strict = true asyncio_mode = "auto" +asyncio_default_fixture_loop_scope = "session" filterwarnings = [ "error" ]