gh-92135: test_cppext requires subprocess (GH-92349)

This commit is contained in:
Christian Heimes
2022-05-06 00:08:43 +02:00
committed by GitHub
parent c0012df0f6
commit bb35d6504a
+1
View File
@@ -37,6 +37,7 @@ else:
CPPFLAGS = []
@support.requires_subprocess()
class TestCPPExt(unittest.TestCase):
def build(self):
cpp_ext = Extension(