]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-71052: Add test exclusions to support running the test suite on Android (#115918)
authorMalcolm Smith <smith@chaquo.com>
Thu, 29 Feb 2024 21:32:50 +0000 (21:32 +0000)
committerGitHub <noreply@github.com>
Thu, 29 Feb 2024 21:32:50 +0000 (22:32 +0100)
commit41d5391c551e2012f13d56ff4bcc1df15c2821d3
tree2767dd61f16e8519893a376ce4ec6452661dac16
parent83c5ecdeec80fbd1f667f234f626c4154d40ebb5
gh-71052: Add test exclusions to support running the test suite on Android (#115918)
12 files changed:
Lib/test/support/__init__.py
Lib/test/support/os_helper.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_compileall.py
Lib/test/test_fcntl.py
Lib/test/test_interpreters/test_lifecycle.py
Lib/test/test_os.py
Lib/test/test_pathlib/test_pathlib.py
Lib/test/test_posix.py
Lib/test/test_pty.py
Lib/test/test_venv.py
Misc/NEWS.d/next/Tests/2024-02-25-16-28-26.gh-issue-71052.lSb9EC.rst [new file with mode: 0644]