Skip to content

Commit 9ac4975

Browse files
committed
chore: Add pytest setting due to deprecation
pytest-dev/pytest-asyncio#924
1 parent 559f2a1 commit 9ac4975

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
@@ -114,6 +114,7 @@ ignore = [
114114

115115
[tool.pytest.ini_options]
116116
asyncio_mode = "auto"
117+
asyncio_default_fixture_loop_scope = "function"
117118
filterwarnings = [
118119
"error::UserWarning",
119120
]

0 commit comments

Comments
 (0)