feat(poetry): add pytest-xdist

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-11-16 01:45:32 -08:00
parent b0b05df193
commit cea9104efb
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
2 changed files with 61 additions and 7 deletions

View file

@ -84,6 +84,7 @@ gunicorn = "^20.1.0"
Hypercorn = "^0.11.2"
mysql-connector = "^2.2.9"
prometheus-fastapi-instrumentator = "^5.7.1"
pytest-xdist = "^2.4.0"
[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"