From f9717f3e7e7c2cc939256de90f106d32cab41835 Mon Sep 17 00:00:00 2001 From: Pratyush Desai <pratyush.desai@liberta.casa> Date: Mon, 2 May 2022 14:21:36 +0200 Subject: [PATCH] add strict asyncio_mode in pytest.ini --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index d3f921c..2d392f9 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,3 +2,4 @@ addopts = -p no:flask norecursedirs = build docs .* DJANGO_SETTINGS_MODULE = swh.auth.tests.django.app.apptest.settings +asyncio_mode = strict -- GitLab