From f89774361e8cb20de675525fd687cdc3ac33b2fd Mon Sep 17 00:00:00 2001 From: jackwotherspoon Date: Fri, 31 Jan 2025 01:34:20 +0000 Subject: [PATCH] chore: update pytest --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aea8bd3d..dec2ff48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,5 +80,5 @@ ignore_missing_imports = true warn_unused_configs = true exclude = ['docs/*', 'samples/*'] -[tool.pytest] +[tool.pytest.ini_options] asyncio_mode = "auto"