From cb96ae5a4e39e24d4515643b04bf558fcaae94cc Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Mon, 20 Jan 2025 12:11:26 +0000 Subject: [PATCH] chore(internal): avoid pytest-asyncio deprecation warning --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ad30166f35..a745ecec37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,6 +130,7 @@ testpaths = ["tests"] addopts = "--tb=short" xfail_strict = true asyncio_mode = "auto" +asyncio_default_fixture_loop_scope = "session" filterwarnings = [ "error" ]