Skip to content

Commit b901046

Browse files
stainless-app[bot]stainless-bot
authored andcommittedJan 20, 2025
chore(internal): avoid pytest-asyncio deprecation warning (#2041)
1 parent 72ea05c commit b901046

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ testpaths = ["tests"]
141141
addopts = "--tb=short"
142142
xfail_strict = true
143143
asyncio_mode = "auto"
144+
asyncio_default_fixture_loop_scope = "session"
144145
filterwarnings = [
145146
"error"
146147
]

0 commit comments

Comments
 (0)