]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 16 May 2024 07:51:18 +0000 (09:51 +0200)
committerGitHub <noreply@github.com>
Thu, 16 May 2024 07:51:18 +0000 (10:51 +0300)
commit1dc7fcd8039ec09a49002827eb7f55b02741d927
tree6ce259bf7cd66eac2bbad1817aec0b7e769908da
parentbca7fb0e7af8c357d4327d76ed5393d8bfa21d92
[3.13] gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065) (GH-119087)

(cherry picked from commit 0152dc4ff5534fa2948b95262e70ff6b202b9b99)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
19 files changed:
Lib/test/_test_multiprocessing.py
Lib/test/test_asyncio/test_unix_events.py
Lib/test/test_compileall.py
Lib/test/test_configparser.py
Lib/test/test_ctypes/test_loading.py
Lib/test/test_fileinput.py
Lib/test/test_http_cookiejar.py
Lib/test/test_logging.py
Lib/test/test_mimetypes.py
Lib/test/test_pkgutil.py
Lib/test/test_runpy.py
Lib/test/test_shutil.py
Lib/test/test_subprocess.py
Lib/test/test_tarfile.py
Lib/test/test_tempfile.py
Lib/test/test_venv.py
Lib/test/test_winsound.py
Lib/test/test_zipapp.py
Lib/test/test_zipfile/_path/test_path.py