From ea29ad06d582dd86f5262bf563b44a4cb0f2aa58 Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Tue, 17 Sep 2024 13:49:19 +0100 Subject: [PATCH] Silence asyncio_default_fixture_loop_scope warning --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index aeaeef46..a806c260 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -188,6 +188,7 @@ filterwarnings= [ # https://github.com/python-trio/trio/issues/3053 "ignore:The `hash` argument is deprecated in favor of `unsafe_hash` and will be removed in or after August 2025.", ] +asyncio_default_fixture_loop_scope = "function" [tool.coverage.report] exclude_lines = [