

fix: pytest-asyncio fixture scope warnings
@c844ec47ff3e1daeb1dad81b0226a672209f4ad2
--- pyproject.toml
+++ pyproject.toml
... | ... | @@ -98,3 +98,6 @@ |
98 | 98 |
# https://github.com/DetachHead/basedpyright?tab=readme-ov-file#pre-commit-hook |
99 | 99 |
venvPath = "." |
100 | 100 |
venv = ".venv" |
101 |
+ |
|
102 |
+[tool.pytest.ini_options] |
|
103 |
+asyncio_default_fixture_loop_scope = "function" # this fixes pytest warning |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?