Skip to content

Commit 8a325d3

Browse files
committed
Fix remaining tests.
1 parent b329019 commit 8a325d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_concurrent_futures/test_shutdown.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def test_interpreter_shutdown(self):
4949
self.assertFalse(err)
5050
self.assertEqual(out.strip(), b"apple")
5151

52+
@support.force_not_colorized
5253
def test_submit_after_interpreter_shutdown(self):
5354
# Test the atexit hook for shutdown of worker threads and processes
5455
rc, out, err = assert_python_ok('-c', """if 1:

0 commit comments

Comments
 (0)