Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Sep 9, 2020
1 parent 7bd4164 commit e71f5de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/_pytest/_io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ def use_markup(file: "TextIO") -> bool:
if "NO_COLOR" in os.environ:
return False

if _running_on_ci():
return True
# TODO
# if _running_on_ci():
# return True

return file.isatty() if hasattr(file, "isatty") else False

Expand Down

0 comments on commit e71f5de

Please sign in to comment.