mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
@ -230,6 +230,7 @@ class PyCompileCLITestCase(unittest.TestCase):
|
|||
def tearDown(self):
|
||||
os_helper.rmtree(self.directory)
|
||||
|
||||
@support.requires_subprocess()
|
||||
def pycompilecmd(self, *args, **kwargs):
|
||||
# assert_python_* helpers don't return proc object. We'll just use
|
||||
# subprocess.run() instead of spawn_python() and its friends to test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue