Skip to content

Commit 7989b04

Browse files
chore(internal): avoid pytest-asyncio deprecation warning (#2041)
1 parent 14543c5 commit 7989b04

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