Skip to content

Commit

Permalink
log in color
Browse files Browse the repository at this point in the history
  • Loading branch information
eitanturok authored Jul 30, 2024
1 parent 396d06f commit b173a8e
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 @@ -79,7 +79,7 @@ reportMissingImports = "none"
# Pytest
[tool.pytest.ini_options]
# By default, skip gpu tests
addopts = "--tb=short -m 'not gpu'"
addopts = "--tb=short -m 'not gpu' --color=yes"

markers = [
# For distributed testing
Expand Down

0 comments on commit b173a8e

Please sign in to comment.