From 600c18f04b80b95a136a7f5a059e8be692dcad4b Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 27 Aug 2022 21:00:31 +0200 Subject: [PATCH] Remove pytest.ini from tests dir --- pytest.ini | 1 + tests/pytest.ini | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 tests/pytest.ini diff --git a/pytest.ini b/pytest.ini index c1ea2797..a37fdb73 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,4 @@ [pytest] +asyncio_mode=auto log_level=NOTSET ignore=env \ No newline at end of file diff --git a/tests/pytest.ini b/tests/pytest.ini deleted file mode 100644 index 2f4c80e3..00000000 --- a/tests/pytest.ini +++ /dev/null @@ -1,2 +0,0 @@ -[pytest] -asyncio_mode = auto