From a27d5e6a2a67fd7b7da96b86c4f944efcce28cf5 Mon Sep 17 00:00:00 2001 From: Jordan Frazier Date: Mon, 11 Sep 2023 16:07:03 -0700 Subject: [PATCH] move asyncio-mode configuration to pyproject toml --- python/pyproject.toml | 3 ++- python/pytests/pytest.ini | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 python/pytests/pytest.ini 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