[Pytest-commit] Issue #250: tox colors the output of py.test if term=dumb on windows (hpk42/tox)

Anthon van der Neut issues-reply at bitbucket.org
Sun May 17 10:28:13 CEST 2015


New issue 250: tox colors the output of py.test if term=dumb on windows
https://bitbucket.org/hpk42/tox/issue/250/tox-colors-the-output-of-pytest-if-term

Anthon van der Neut:

If the output of `py.test` is unreadable because of the color scheme on windows, you can
use `set term=dumb` to suppress coloring. This works only partly when running `tox`, because `tox` own output gets de-colored, but the output from `py.test` within that output **is** colored.

(Is the TERM env. variable not passed on by `tox`?)




More information about the pytest-commit mailing list