fix git action

This commit is contained in:
bridge
2026-01-07 20:33:25 +08:00
parent 1dfce734ef
commit 968625d27b
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
[tool.pytest.ini_options]
pythonpath = "."
testpaths = ["tests"]
asyncio_mode = "auto"
norecursedirs = ["tmp", "assets", "node_modules", "dist", "build", "web", "tools"]

View File

@@ -3,4 +3,5 @@ omegaconf>=2.3.0
json5>=0.9.0
fastapi>=0.100.0
uvicorn>=0.20.0
websockets>=11.0
websockets>=11.0
pytest-asyncio>=0.23.0