From b84b4f14765ea047b4d55d4d8177805f54a746a8 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Fri, 29 Jul 2022 09:26:44 +0200 Subject: [PATCH] Tweak pytest config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2a1a2c..dfbb1cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,4 +85,4 @@ extend-exclude = ''' ''' [tool.pytest.ini_options] -asyncio_mode = "auto" +asyncio_mode = "strict"