From 45a2dcbdde651a0fa979f84fbd76ebce0ffb0618 Mon Sep 17 00:00:00 2001 From: Lucina Date: Fri, 21 Jan 2022 07:38:25 +0000 Subject: [PATCH] Enable pytest-asyncio strict mode (#972) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67ee7a2ca2..7a99387634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ pythonVersion = "3.8" typeCheckingMode = "strict" [tool.pytest.ini_options] -[pytest] +asyncio_mode = "strict" xfail_strict = true norecursedirs = [ "docs",