From 2339211403d499fa4947dc5a32bbce5825af8228 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:30:57 +0200 Subject: [PATCH] Fix pytest-asyncio DeprecationWarning (#126718) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d1ceb1f62f4..f2eb220cedf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -446,6 +446,7 @@ norecursedirs = [ log_format = "%(asctime)s.%(msecs)03d %(levelname)-8s %(threadName)s %(name)s:%(filename)s:%(lineno)s %(message)s" log_date_format = "%Y-%m-%d %H:%M:%S" asyncio_mode = "auto" +asyncio_default_fixture_loop_scope = "function" filterwarnings = [ "error::sqlalchemy.exc.SAWarning",