]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-92135: test_cppext requires subprocess (GH-92349)
authorChristian Heimes <christian@python.org>
Thu, 5 May 2022 22:08:43 +0000 (00:08 +0200)
committerGitHub <noreply@github.com>
Thu, 5 May 2022 22:08:43 +0000 (00:08 +0200)
Lib/test/test_cppext.py

index e056410456630e1ca211d172ccae5004cfd3a717..337cb08f8c9d8c5b1b5e05fa30035e22e861642f 100644 (file)
@@ -37,6 +37,7 @@ else:
     CPPFLAGS = []
 
 
+@support.requires_subprocess()
 class TestCPPExt(unittest.TestCase):
     def build(self):
         cpp_ext = Extension(