From fc61aae70f249c9b601fac6837df0e3ccef4f71f Mon Sep 17 00:00:00 2001 From: Catherine Lee Date: Mon, 26 Aug 2024 16:58:04 +0000 Subject: [PATCH] Remove color in CI (#133517) Remove color by default to make CI logs easier to read Example of color image Pull Request resolved: https://github.com/pytorch/pytorch/pull/133517 Approved by: https://github.com/ZainRizvi --- pytest.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index d3b9f3a92298..e2ab2ebd0cc1 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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