Skip to content

Commit

Permalink
gh-92135: test_cppext requires subprocess (GH-92349)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiran authored May 5, 2022
1 parent c0012df commit bb35d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_cppext.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
CPPFLAGS = []


@support.requires_subprocess()
class TestCPPExt(unittest.TestCase):
def build(self):
cpp_ext = Extension(
Expand Down

0 comments on commit bb35d65

Please sign in to comment.