Skip to content

Commit ca0efb4

Browse files
committed
Fix atexit tests.
1 parent 06d43dd commit ca0efb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_threading.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2397,6 +2397,7 @@ def test_atexit_called_once(self):
23972397

23982398
self.assertFalse(err)
23992399

2400+
@force_not_colorized
24002401
def test_atexit_after_shutdown(self):
24012402
# The only way to do this is by registering an atexit within
24022403
# an atexit, which is intended to raise an exception.

0 commit comments

Comments
 (0)