Skip to content

Commit b32084c

Browse files
committed
Change stupid test case.
1 parent a8cf99a commit b32084c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_capi/test_exceptions.py

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

317-
@force_not_colorized
318317
def test_err_writeunraisable(self):
319318
# Test PyErr_WriteUnraisable()
320319
writeunraisable = _testcapi.err_writeunraisable
@@ -356,7 +355,6 @@ def test_err_writeunraisable(self):
356355
# CRASHES writeunraisable(NULL, hex)
357356
# CRASHES writeunraisable(NULL, NULL)
358357

359-
@force_not_colorized
360358
def test_err_formatunraisable(self):
361359
# Test PyErr_FormatUnraisable()
362360
formatunraisable = _testcapi.err_formatunraisable

0 commit comments

Comments
 (0)