summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_interpreters/test_lifecycle.py
diff options
context:
space:
mode:
authorMalcolm Smith <smith@chaquo.com>2024-02-29 21:32:50 (GMT)
committerGitHub <noreply@github.com>2024-02-29 21:32:50 (GMT)
commit41d5391c551e2012f13d56ff4bcc1df15c2821d3 (patch)
tree2767dd61f16e8519893a376ce4ec6452661dac16 /Lib/test/test_interpreters/test_lifecycle.py
parent83c5ecdeec80fbd1f667f234f626c4154d40ebb5 (diff)
downloadcpython-41d5391c551e2012f13d56ff4bcc1df15c2821d3.zip
cpython-41d5391c551e2012f13d56ff4bcc1df15c2821d3.tar.gz
cpython-41d5391c551e2012f13d56ff4bcc1df15c2821d3.tar.bz2
gh-71052: Add test exclusions to support running the test suite on Android (#115918)
Diffstat (limited to 'Lib/test/test_interpreters/test_lifecycle.py')
-rw-r--r--Lib/test/test_interpreters/test_lifecycle.py1
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.