Skip to content

Commit

Permalink
Make tests sequantial to avoid conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobessa committed Dec 5, 2024
1 parent c802760 commit d500516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ deps =
commands_pre =
poetry install --with dev
commands =
poetry run pytest -n auto --cov vintasend_fastapi_mail {posargs}
poetry run pytest --cov vintasend_fastapi_mail {posargs}

0 comments on commit d500516

Please sign in to comment.