]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)
authorChristian Heimes <christian@python.org>
Mon, 16 May 2022 14:02:37 +0000 (16:02 +0200)
committerGitHub <noreply@github.com>
Mon, 16 May 2022 14:02:37 +0000 (16:02 +0200)
commit9b50585e0225a80f9e383edacc7d73f1b5c8008b
tree5d3e7e1517143062aa8b7883202d5fe509244e7c
parentfa2b8b75eb2b8a0193d587e02b488a73579118fc
gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)
14 files changed:
Lib/test/support/__init__.py
Lib/test/test__locale.py
Lib/test/test_cmd_line_script.py
Lib/test/test_coroutines.py
Lib/test/test_genericpath.py
Lib/test/test_inspect.py
Lib/test/test_locale.py
Lib/test/test_pydoc.py
Lib/test/test_pyexpat.py
Lib/test/test_re.py
Lib/test/test_robotparser.py
Lib/test/test_selectors.py
Lib/test/test_support.py
Lib/test/test_venv.py