Commit 7989b045

stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
2025-01-20 20:11:31
chore(internal): avoid pytest-asyncio deprecation warning (#2041)
1 parent 14543c5
Changed files (1)
pyproject.toml
@@ -141,6 +141,7 @@ testpaths = ["tests"]
 addopts = "--tb=short"
 xfail_strict = true
 asyncio_mode = "auto"
+asyncio_default_fixture_loop_scope = "session"
 filterwarnings = [
   "error"
 ]