Skip to content

Commit bb35d65

Browse files
authored
gh-92135: test_cppext requires subprocess (GH-92349)
1 parent c0012df commit bb35d65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_cppext.py

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
CPPFLAGS = []
3838

3939

40+
@support.requires_subprocess()
4041
class TestCPPExt(unittest.TestCase):
4142
def build(self):
4243
cpp_ext = Extension(

0 commit comments

Comments
 (0)