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