meta: add pytest-xdist to pyproject.toml
This commit is contained in:
parent
255c452206
commit
81ca4908b0
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue