diff --git a/pyproject.toml b/pyproject.toml index c1839b3f..106b0d7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,3 +98,6 @@ pythonPlatform = "Linux" # https://github.com/DetachHead/basedpyright?tab=readme-ov-file#pre-commit-hook venvPath = "." venv = ".venv" + +[tool.pytest.ini_options] +asyncio_default_fixture_loop_scope = "function" # this fixes pytest warning