Skip to content

Commit

Permalink
add pytest-xdist to test dependencies
Browse files Browse the repository at this point in the history
This allows you to run tests with `-n auto` flag to start up workers and significantly speed up testing
  • Loading branch information
pattonw committed Feb 18, 2025
1 parent 92ea510 commit 19bae9e
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 @@ -67,7 +67,7 @@ dependencies = [
# extras
# https://peps.python.org/pep-0621/#dependencies-optional-dependencies
[project.optional-dependencies]
test = ["pytest", "pytest-cov", "pytest-lazy-fixtures"]
test = ["pytest", "pytest-xdist", "pytest-cov", "pytest-lazy-fixtures"]
dev = [
"black",
"mypy",
Expand Down

0 comments on commit 19bae9e

Please sign in to comment.