From: Christian Heimes Date: Thu, 5 May 2022 22:08:43 +0000 (+0200) Subject: gh-92135: test_cppext requires subprocess (GH-92349) X-Git-Tag: v3.11.0b1~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb35d6504aca0348c212281efbdde2caf84cd116;p=thirdparty%2FPython%2Fcpython.git gh-92135: test_cppext requires subprocess (GH-92349) --- diff --git a/Lib/test/test_cppext.py b/Lib/test/test_cppext.py index e05641045663..337cb08f8c9d 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(