Remove extra pytest config in server

This commit is contained in:
ehsanmok 2023-04-27 09:22:22 -07:00
parent 0d3ecf9797
commit 22119ca19f

View File

@ -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"