Skip to content

Commit

Permalink
Add pytest-xdist to run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed Sep 15, 2023
1 parent 35bb52e commit a11aa09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ path = "src/elasticsearch_haystack/__about__.py"
dependencies = [
"coverage[toml]>=6.5",
"pytest",
"pytest-xdist",
]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
Expand Down

0 comments on commit a11aa09

Please sign in to comment.