diff options
Diffstat (limited to 'Lib/test/test_interpreters/test_lifecycle.py')
-rw-r--r-- | Lib/test/test_interpreters/test_lifecycle.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_interpreters/test_lifecycle.py b/Lib/test/test_interpreters/test_lifecycle.py index 67b6f43..becf003 100644 --- a/Lib/test/test_interpreters/test_lifecycle.py +++ b/Lib/test/test_interpreters/test_lifecycle.py @@ -164,6 +164,7 @@ class StartupTests(TestBase): class FinalizationTests(TestBase): + @support.requires_subprocess() def test_gh_109793(self): # Make sure finalization finishes and the correct error code # is reported, even when subinterpreters get cleaned up at the end. |