mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
gh-92135: test_cppext requires subprocess (GH-92349)
This commit is contained in:
@@ -37,6 +37,7 @@ else:
|
||||
CPPFLAGS = []
|
||||
|
||||
|
||||
@support.requires_subprocess()
|
||||
class TestCPPExt(unittest.TestCase):
|
||||
def build(self):
|
||||
cpp_ext = Extension(
|
||||
|
||||
Reference in New Issue
Block a user