From a3d27634a6d9359c8205a9f8679c12df0a593681 Mon Sep 17 00:00:00 2001 From: "J.Townsend" Date: Thu, 9 Jun 2022 23:47:09 +0000 Subject: [PATCH] fix pytest ci warning --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 908aebba..231d9f12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [tool.pytest.ini_options] minversion = "7.1" +asyncio_mode = auto testpaths = [ "tests", "tests/discovery/",