Skip to content

Commit

Permalink
chore: use xdist to parallelize pytest in tox tests environment
Browse files Browse the repository at this point in the history
  • Loading branch information
danceratopz committed Jun 22, 2023
1 parent f1297d2 commit 3192535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ commands =
black tests --check --diff
flake8 tests
mypy tests
pytest
pytest -n auto

[testenv:docs]
description = Run documentation checks
Expand Down

0 comments on commit 3192535

Please sign in to comment.