Skip to content

Commit 54f644a

Browse files
chore(internal): avoid pytest-asyncio deprecation warning (#577)
1 parent 6b6b36c commit 54f644a

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
@@ -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)