mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
This commit is contained in:
parent
e1abffca45
commit
8464fbc42e
42 changed files with 139 additions and 23 deletions
|
@ -491,6 +491,7 @@ class TestSupport(unittest.TestCase):
|
|||
# pending child process
|
||||
support.reap_children()
|
||||
|
||||
@support.requires_subprocess()
|
||||
def check_options(self, args, func, expected=None):
|
||||
code = f'from test.support import {func}; print(repr({func}()))'
|
||||
cmd = [sys.executable, *args, '-c', code]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue