Skip to content

Commit 2360427

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_capi/test_exceptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ def test_setfromerrnowithfilename(self):
314314
(ENOENT, 'No such file or directory', 'file'))
315315
# CRASHES setfromerrnowithfilename(ENOENT, NULL, b'error')
316316

317+
@force_not_colorized
317318
def test_err_writeunraisable(self):
318319
# Test PyErr_WriteUnraisable()
319320
writeunraisable = _testcapi.err_writeunraisable

0 commit comments

Comments
 (0)