mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 04:44:13 +08:00
Remove color in CI (#133517)
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: https://github.com/pytorch/pytorch/pull/133517 Approved by: https://github.com/ZainRizvi
This commit is contained in:
committed by
PyTorch MergeBot
parent
42955e04f1
commit
fc61aae70f
@ -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
|
||||
|
Reference in New Issue
Block a user