Skip to content

Commit 9b5ea1b

Browse files
chore(internal): avoid pytest-asyncio deprecation warning (#2041)
1 parent f7c814b commit 9b5ea1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ testpaths = ["tests"]
130130
addopts = "--tb=short"
131131
xfail_strict = true
132132
asyncio_mode = "auto"
133+
asyncio_default_fixture_loop_scope = "session"
133134
filterwarnings = [
134135
"error"
135136
]

0 commit comments

Comments
 (0)