From d7e680eceffcc5570cb9e93bfc4b723b944e4ffe Mon Sep 17 00:00:00 2001 From: Dickson Tsai Date: Fri, 5 Sep 2025 11:47:33 +0900 Subject: [PATCH] Add asyncio plugin loading --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d2835fa..d6f4259 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,6 +61,7 @@ testpaths = ["tests"] pythonpath = ["src"] addopts = [ "--import-mode=importlib", + "-p", "asyncio", ] [tool.pytest-asyncio]