diff --git a/pytest.ini b/pytest.ini --- a/pytest.ini +++ b/pytest.ini @@ -7,3 +7,5 @@ ignore:.*Using or importing the ABCs from 'collections' ignore:.*uses the.*fixture, which is reset between function calls ignore:.*'U' mode is deprecated + +asyncio_mode = strict