diff --git a/pytest.ini b/pytest.ini index a45e757..d912f99 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,5 +3,5 @@ testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* -asyncio_mode = strict +asyncio_mode = auto