Skip to content

Commit 19db581

Browse files
committed
Fix cmdline tests.
1 parent 4e9a0b6 commit 19db581

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_cmd_line.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ def test_unmached_quote(self):
483483
self.assertRegex(err.decode('ascii', 'ignore'), 'SyntaxError')
484484
self.assertEqual(b'', out)
485485

486+
@force_not_colorized
486487
def test_stdout_flush_at_shutdown(self):
487488
# Issue #5319: if stdout.flush() fails at shutdown, an error should
488489
# be printed out.

0 commit comments

Comments
 (0)