From 6b7635fe25345f4a68d2a04c57478434901662ca Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Thu, 5 May 2022 23:13:25 +0200 Subject: [PATCH] gh-92135: test_cppext requires subprocess --- 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 e056410456630e..337cb08f8c9d8c 100644 --- a/Lib/test/test_cppext.py +++ b/Lib/test/test_cppext.py @@ -37,6 +37,7 @@ CPPFLAGS = [] +@support.requires_subprocess() class TestCPPExt(unittest.TestCase): def build(self): cpp_ext = Extension(