Disable colors on macOS as well.

This commit is contained in:
Pavel Minaev 2018-10-10 22:57:12 -07:00 committed by Karthik Nadig
parent 8288d9062a
commit 75fc537656

View file

@ -7,7 +7,7 @@ from __future__ import print_function, with_statement, absolute_import
import platform
if platform.system() == 'Windows':
if platform.system() != 'Linux':
# pytest-timeout seems to be buggy wrt colorama when capturing output.
#
# TODO: re-enable after enabling proper ANSI sequence handling: