diff options
Diffstat (limited to 'Lib/test/test_cppext.py')
-rw-r--r-- | Lib/test/test_cppext.py | 1 |
1 files changed, 1 insertions, 0 deletions
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( |