diff --git a/python/pyproject.toml b/python/pyproject.toml index ff533c7a6..ec4c8b16b 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -155,4 +155,5 @@ show_error_context = true [tool.pytest.ini_options] testpaths = [ "pytests", -] \ No newline at end of file +] +asyncio_mode = "auto" diff --git a/python/pytests/pytest.ini b/python/pytests/pytest.ini deleted file mode 100644 index 2f4c80e30..000000000 --- a/python/pytests/pytest.ini +++ /dev/null @@ -1,2 +0,0 @@ -[pytest] -asyncio_mode = auto