⬆️ update test dependencies

This commit is contained in:
yanyongyu
2022-02-13 21:56:12 +08:00
parent 04fe654d74
commit a884869ae2
2 changed files with 44 additions and 23 deletions

View File

@ -42,6 +42,7 @@ black = "^22.1.0"
pytest-cov = "^3.0.0"
pre-commit = "^2.16.0"
pytest-xdist = "^2.5.0"
pytest-asyncio = "^0.18.1"
nonebug = { git = "https://github.com/nonebot/nonebug.git" }
nb-autodoc = { git = "https://github.com/nonebot/nb-autodoc.git" }
@ -58,6 +59,7 @@ all = ["quart", "aiohttp", "httpx", "websockets"]
# default = true
[tool.pytest.ini_options]
asyncio_mode = "auto"
addopts = "--cov=nonebot --cov-report=term-missing"
[tool.black]