mirror of
https://github.com/python/cpython.git
synced 2025-11-03 15:11:34 +00:00
gh-92135: test_cppext requires subprocess (GH-92349)
This commit is contained in:
parent
c0012df0f6
commit
bb35d6504a
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
CPPFLAGS = []
|
||||
|
||||
|
||||
@support.requires_subprocess()
|
||||
class TestCPPExt(unittest.TestCase):
|
||||
def build(self):
|
||||
cpp_ext = Extension(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue