feat: add support for pytest-xdist (#47)

This commit is contained in:
d3vyce
2026-02-10 21:29:17 +01:00
committed by GitHub
parent 290b2a06ec
commit ced1a655f2
5 changed files with 357 additions and 5 deletions

View File

@@ -49,6 +49,7 @@ Issues = "https://github.com/d3vyce/fastapi-toolsets/issues"
test = [
"pytest>=8.0.0",
"pytest-anyio>=0.0.0",
"pytest-xdist>=3.0.0",
"coverage>=7.0.0",
"pytest-cov>=4.0.0",
]