From aa8c8cb3bc0339837f83c02b3eded8a80e1d7d16 Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Mon, 9 May 2022 12:13:28 +0200 Subject: [PATCH] add strict asyncio_mode in pytest.ini --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index 8704a30..cb6b92b 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,3 +3,5 @@ # manually loaded one. addopts = -p no:pytest_swh_scheduler norecursedirs = build docs .* + +asyncio_mode = strict