[Python-checkins] gh-92135: test_cppext requires subprocess (GH-92349)

tiran webhook-mailer at python.org
Thu May 5 18:08:47 EDT 2022


https://github.com/python/cpython/commit/bb35d6504aca0348c212281efbdde2caf84cd116
commit: bb35d6504aca0348c212281efbdde2caf84cd116
branch: main
author: Christian Heimes <christian at python.org>
committer: tiran <christian at python.org>
date: 2022-05-06T00:08:43+02:00
summary:

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

files:
M Lib/test/test_cppext.py

diff --git a/Lib/test/test_cppext.py b/Lib/test/test_cppext.py
index e056410456630..337cb08f8c9d8 100644
--- a/Lib/test/test_cppext.py
+++ b/Lib/test/test_cppext.py
@@ -37,6 +37,7 @@
     CPPFLAGS = []
 
 
+ at support.requires_subprocess()
 class TestCPPExt(unittest.TestCase):
     def build(self):
         cpp_ext = Extension(



More information about the Python-checkins mailing list