Skip to content

Commit

Permalink
tests: disable xdist in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Nov 24, 2023
1 parent f2ee709 commit 24a1a2f
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 @@ -178,7 +178,7 @@ envlist =
allowlist_externals = poetry
commands =
poetry install --extras all
poetry run pytest --showlocals --full-trace {posargs:-n auto}
poetry run pytest --showlocals --full-trace {posargs}
[testenv:style]
commands =
Expand Down

0 comments on commit 24a1a2f

Please sign in to comment.