improve test performance

This commit is contained in:
yanyongyu
2022-01-10 11:53:02 +08:00
parent 00de3bcc54
commit 6572622e8a
3 changed files with 59 additions and 5 deletions

View File

@ -41,6 +41,7 @@ sphinx = "^4.1.1"
isort = "^5.10.1"
black = "^21.11b1"
pytest-cov = "^3.0.0"
pytest-xdist = "^2.5.0"
nonebug = { git = "https://github.com/nonebot/nonebug.git" }
sphinx-markdown-builder = { git = "https://github.com/nonebot/sphinx-markdown-builder.git" }