mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Disable colors on macOS as well.
This commit is contained in:
parent
8288d9062a
commit
75fc537656
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue