We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e28b76 commit 1526a99Copy full SHA for 1526a99
Lib/test/test_traceback.py
@@ -4363,6 +4363,7 @@ def foo():
4363
f'{boldm}ZeroDivisionError{reset}: {magenta}division by zero{reset}']
4364
self.assertEqual(actual, expected)
4365
4366
+ @force_not_colorized
4367
def test_colorized_detection_checks_for_environment_variables(self):
4368
if sys.platform == "win32":
4369
virtual_patching = unittest.mock.patch("nt._supports_virtual_terminal", return_value=True)
0 commit comments