From bb35d6504aca0348c212281efbdde2caf84cd116 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Fri, 6 May 2022 00:08:43 +0200 Subject: gh-92135: test_cppext requires subprocess (GH-92349) --- Lib/test/test_cppext.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_cppext.py b/Lib/test/test_cppext.py index e056410..337cb08 100644 --- a/Lib/test/test_cppext.py +++ b/Lib/test/test_cppext.py @@ -37,6 +37,7 @@ else: CPPFLAGS = [] +@support.requires_subprocess() class TestCPPExt(unittest.TestCase): def build(self): cpp_ext = Extension( -- cgit v0.12