Skip to content

Commit

Permalink
proj: add pytest-xdist for parallel testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Feb 19, 2024
1 parent a4e3600 commit c9f5ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ doc=["myst-parser==0.16.1",
"sphinxawesome-theme==3.2.1",
"sphinxcontrib-bibtex"]
dev=["black", "ruff"]
test=["pytest<8.0.0", "pytest-cases", "pytest-cov", "pytest-sugar"]
test=["pytest<8.0.0", "pytest-cases", "pytest-cov", "pytest-xdist", "pytest-sugar"]

[build-system]
requires=["setuptools", "setuptools-scm[toml]", "wheel"]
Expand Down

0 comments on commit c9f5ca1

Please sign in to comment.