From 968625d27bfe6ead4153dd1ecb03b21b3de1468a Mon Sep 17 00:00:00 2001 From: bridge Date: Wed, 7 Jan 2026 20:33:25 +0800 Subject: [PATCH] fix git action --- pyproject.toml | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5fcd776..20754d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,5 @@ [tool.pytest.ini_options] pythonpath = "." testpaths = ["tests"] +asyncio_mode = "auto" norecursedirs = ["tmp", "assets", "node_modules", "dist", "build", "web", "tools"] diff --git a/requirements.txt b/requirements.txt index 9a3836e..cf25b44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ omegaconf>=2.3.0 json5>=0.9.0 fastapi>=0.100.0 uvicorn>=0.20.0 -websockets>=11.0 \ No newline at end of file +websockets>=11.0 +pytest-asyncio>=0.23.0 \ No newline at end of file