meta: add pytest-xdist to pyproject.toml

This commit is contained in:
Fischer Moseley 2025-04-07 09:07:13 -07:00
parent 255c452206
commit 81ca4908b0
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ classifiers = ["License :: OSI Approved :: GNU General Public License v3 (GPLv3)
dev = [ dev = [
"pytest", "pytest",
"pytest-cov", "pytest-cov",
"pytest-xdist",
"codecov", "codecov",
"pre-commit", "pre-commit",
"ruff", "ruff",