From d403bb490e7bb736cd42a08eaf13824c50e984c2 Mon Sep 17 00:00:00 2001 From: yaozhicheng Date: Wed, 20 Nov 2024 17:48:28 +0800 Subject: [PATCH] pytest: add cfg --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..0102b0a --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +asyncio_default_fixture_loop_scope = function