diff --git a/Lib/test/test_cppext.py b/Lib/test/test_cppext.py index e0564104566..337cb08f8c9 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(