Skip to content

Commit 8ea61fa

Browse files
committed
Fix test skip in test_io
1 parent 44f7545 commit 8ea61fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ def do_test(test, obj, abilities):
572572
for [test, abilities] in tests:
573573
with self.subTest(test):
574574
if test == pipe_writer and not threading_helper.can_start_thread:
575-
skipTest()
575+
self.skipTest("Need threads")
576576
with test() as obj:
577577
do_test(test, obj, abilities)
578578

0 commit comments

Comments
 (0)