diff --git a/server/pyproject.toml b/server/pyproject.toml index fd311e58..22aa41db 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -35,9 +35,6 @@ bnb = ["bitsandbytes"] grpcio-tools = "^1.51.1" pytest = "^7.3.0" -[tool.pytest.ini_options] -asyncio_mode = "auto" - [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"