Skip to content

Commit

Permalink
debug9
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 21, 2025
1 parent b9133a3 commit 37ef0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test__colorize.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_colorized_detection_checks_for_environment_variables(self):
({"PYTHON_COLORS": "0"}, False),
({"NO_COLOR": "1"}, False),
({"NO_COLOR": "0"}, False),
# ({"NO_COLOR": ""}, True),
({"NO_COLOR": ""}, True),
({"NO_COLOR": "1", "PYTHON_COLORS": "1"}, True),
({"FORCE_COLOR": "1"}, True),
({"FORCE_COLOR": "1", "NO_COLOR": "1"}, False),
Expand Down

0 comments on commit 37ef0e7

Please sign in to comment.