Skip to content

Commit

Permalink
Remove color in CI (pytorch#133517)
Browse files Browse the repository at this point in the history
Remove color by default to make CI logs easier to read

Example of color
<img width="569" alt="image" src="https://github.com/user-attachments/assets/0da13544-98b1-47be-8383-64a5b3fd8951">

Pull Request resolved: pytorch#133517
Approved by: https://github.com/ZainRizvi
  • Loading branch information
clee2000 authored and pytorchmergebot committed Aug 26, 2024
1 parent 42955e0 commit fc61aae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ addopts =
-rEfX
# Make tracebacks shorter
--tb=native
# Color the output
--color=yes
# capture only Python print and C++ py::print, but not C output (low-level Python errors)
--capture=sys
# don't suppress warnings, but don't shove them all to the end either
Expand Down

0 comments on commit fc61aae

Please sign in to comment.