Skip to content

Commit 792c27f

Browse files
remove marker
1 parent 81f305f commit 792c27f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_capi/test_misc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1981,7 +1981,6 @@ def test_module_state_shared_in_global(self):
19811981
self.assertEqual(main_attr_id, subinterp_attr_id)
19821982

19831983
@threading_helper.requires_working_threading()
1984-
@unittest.skipUnless(hasattr(os, "pipe"), "requires os.pipe()")
19851984
@requires_subinterpreters
19861985
def test_pending_call_creates_thread_subinterpreter(self):
19871986
# For better isolation, run the entire test in a different subprocess.

0 commit comments

Comments
 (0)