From 09917da9674257f1b16cf989c344353a2ddb3994 Mon Sep 17 00:00:00 2001 From: Davis Vann Bennett Date: Mon, 1 Sep 2025 23:00:26 +0200 Subject: [PATCH] specify default event loop for async tests --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 52b032f771..bea8d77127 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -379,6 +379,7 @@ testpaths = ["tests", "docs/user-guide"] log_cli_level = "INFO" xfail_strict = true asyncio_mode = "auto" +asyncio_default_fixture_loop_scope = "function" doctest_optionflags = [ "NORMALIZE_WHITESPACE", "ELLIPSIS",