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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@
CPPFLAGS = []
@support.requires_subprocess()
class TestCPPExt(unittest.TestCase):
def build(self):
cpp_ext = Extension(