Add pytest-xdist for parallel testing

This commit is contained in:
2024-11-09 16:39:09 -06:00
parent e5e718d3e4
commit 6920098487
2 changed files with 36 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ asgi-correlation-id = "^4.3.4"
orjson = "^3.10.10"
hypercorn = "^0.17.3"
pwdlib = {extras = ["argon2"], version = "^0.2.1"}
pytest-xdist = "^3.6.1"
[tool.poetry.group.dev.dependencies]