We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0012df commit bb35d65Copy full SHA for bb35d65
Lib/test/test_cppext.py
@@ -37,6 +37,7 @@
37
CPPFLAGS = []
38
39
40
+@support.requires_subprocess()
41
class TestCPPExt(unittest.TestCase):
42
def build(self):
43
cpp_ext = Extension(
0 commit comments