Skip to content

Commit

Permalink
log pytest in color in GA (#3505)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitanturok authored Jul 31, 2024
1 parent c32e7d8 commit 722888e
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 @@ -88,7 +88,7 @@ reportUnusedCoroutine = "error"
# Pytest
[tool.pytest.ini_options]
# By default, do not run gpu, vision, docs, notebook, or daily tests
addopts = "--codeblocks --strict-markers -m 'not gpu and not doctest and not daily and not remote'"
addopts = "--codeblocks --strict-markers -m 'not gpu and not doctest and not daily and not remote' --color=yes"

markers = [
# Tests that require a world_size of two should be annotated with `@pytest.mark.world_size(2)`.
Expand Down

0 comments on commit 722888e

Please sign in to comment.