Skip to content

Commit bd4460d

Browse files
committed
Remove MYPY_FORCE_COLOR and FORCE_COLOR in workflows/test.yml (??)
FORCE_COLOR may impact other tools but I'll give it a try anyway ...
1 parent 819b867 commit bd4460d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ jobs:
111111
env:
112112
TOX_SKIP_MISSING_INTERPRETERS: False
113113
# Rich (pip) -- Disable color for windows + pytest
114-
FORCE_COLOR: ${{ !(startsWith(matrix.os, 'windows-') && startsWith(matrix.toxenv, 'py')) && 1 || 0 }}
114+
#FORCE_COLOR: ${{ !(startsWith(matrix.os, 'windows-') && startsWith(matrix.toxenv, 'py')) && 1 || 0 }}
115115
# Tox
116116
PY_COLORS: 1
117117
# Python -- Disable argparse help colors (3.14+)
118118
PYTHON_COLORS: 0
119119
# Mypy (see https://github.com/python/mypy/issues/7771)
120120
TERM: xterm-color
121-
MYPY_FORCE_COLOR: 1
121+
#MYPY_FORCE_COLOR: 1
122122
MYPY_FORCE_TERMINAL_WIDTH: 200
123123
# Pytest
124124
PYTEST_ADDOPTS: --color=yes

0 commit comments

Comments
 (0)