Skip to content

Commit

Permalink
tox: Employ xdist by default
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <mgorny@gentoo.org>
  • Loading branch information
mgorny committed Jul 17, 2024
1 parent 6d69fde commit 8d5d8fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ isolated_build = True
deps =
pytest81: pytest==8.1.*
pytest82: pytest==8.2.*
pytest-xdist
extras =
test
commands =
pytest -vv {posargs}
pytest -vv -n auto {posargs}

[testenv:qa]
skip_install = True
Expand Down

0 comments on commit 8d5d8fe

Please sign in to comment.