Skip to content

Commit

Permalink
Fix pytest-xdist yanked version
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermef committed Apr 21, 2024
1 parent f02f85e commit 71e4a42
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 152 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test:
@$(MAKE) flake

unit:
@poetry run pytest --cov=thumbor_aws tests/
@poetry run pytest --cov=thumbor_aws -n auto tests/

sequential-unit:
@poetry run pytest -sv --cov=thumbor_aws tests/
Expand Down
Loading

0 comments on commit 71e4a42

Please sign in to comment.