Skip to content

Commit f0c58ae

Browse files
committed
Fix test
1 parent 1946abd commit f0c58ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_concurrent_futures/test_interpreter_pool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ def test_free_reference(self):
459459
# Weak references don't cross between interpreters.
460460
raise unittest.SkipTest('not applicable')
461461

462+
@support.requires_subprocess()
462463
def test_import_interpreter_pool_executor(self):
463464
# Test the import behavior normally if _interpreters is unavailable.
464465
code = textwrap.dedent(f"""

0 commit comments

Comments
 (0)