From 9ac497585ded867ddf1de8eafcbf0f598b2bf2f9 Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Tue, 17 Sep 2024 13:55:39 +0200 Subject: [PATCH] chore: Add pytest setting due to deprecation https://github.com/pytest-dev/pytest-asyncio/issues/924 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index fa7da81b9..fab016431 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,6 +114,7 @@ ignore = [ [tool.pytest.ini_options] asyncio_mode = "auto" +asyncio_default_fixture_loop_scope = "function" filterwarnings = [ "error::UserWarning", ]