Skip to content

Commit f1a31f3

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore(internal): avoid pytest-asyncio deprecation warning (#676)
1 parent 2dff4e0 commit f1a31f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ testpaths = ["tests"]
129129
addopts = "--tb=short"
130130
xfail_strict = true
131131
asyncio_mode = "auto"
132+
asyncio_default_fixture_loop_scope = "session"
132133
filterwarnings = [
133134
"error"
134135
]

0 commit comments

Comments
 (0)