From 6ff7990bff16e7c3c73556951eae1c8c8e68cd42 Mon Sep 17 00:00:00 2001 From: "Eden Ross Duff, MSc" Date: Thu, 22 Aug 2024 21:26:19 -0500 Subject: [PATCH] build(pyproject.toml): asyncio_default_fixture_loop_scope = "function" Signed-off-by: Eden Ross Duff, MSc --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 567a0f6..fdebed3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -215,6 +215,7 @@ exclude = [ [tool.pytest.ini_options] filterwarnings = ["error","ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning"] asyncio_mode = "auto" +asyncio_default_fixture_loop_scope = "function" log_cli = true log_cli_date_format = "%Y-%m-%d %H:%M:%S" log_cli_format = "%(asctime)s [%(levelname)8s] %(name)s: %(message)s (%(filename)s:%(lineno)s)"