mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 03:44:54 +00:00
Add pytest asynio mode config
This commit is contained in:
parent
619f2f3a36
commit
2f20628a5c
@ -21,6 +21,9 @@ pytest = "^6.2.5"
|
|||||||
pytest-asyncio = "^0.17.2"
|
pytest-asyncio = "^0.17.2"
|
||||||
pytest-cov = "^3.0.0"
|
pytest-cov = "^3.0.0"
|
||||||
|
|
||||||
|
[tool.pytest.ini_options]
|
||||||
|
asyncio_mode = "auto"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
@ -35,6 +35,9 @@ bnb = ["bitsandbytes"]
|
|||||||
grpcio-tools = "^1.51.1"
|
grpcio-tools = "^1.51.1"
|
||||||
pytest = "^7.3.0"
|
pytest = "^7.3.0"
|
||||||
|
|
||||||
|
[tool.pytest.ini_options]
|
||||||
|
asyncio_mode = "auto"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
Loading…
Reference in New Issue
Block a user