Skip to content

Commit f6ddc5b

Browse files
authored
CI: Fix warning about asyncio_default_fixture_loop_scope (#230)
1 parent 3034fb3 commit f6ddc5b

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
@@ -101,6 +101,7 @@ testpaths = [
101101
]
102102
xfail_strict = false
103103
asyncio_mode = "auto"
104+
asyncio_default_fixture_loop_scope = "function"
104105

105106
[tool.ruff]
106107
# Exclude a variety of commonly ignored directories.

0 commit comments

Comments
 (0)