mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +00:00
gh-92135: test_cppext requires subprocess (GH-92349)
This commit is contained in:
parent
c0012df0f6
commit
bb35d6504a
@ -37,6 +37,7 @@ else:
|
||||
CPPFLAGS = []
|
||||
|
||||
|
||||
@support.requires_subprocess()
|
||||
class TestCPPExt(unittest.TestCase):
|
||||
def build(self):
|
||||
cpp_ext = Extension(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user