]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109748: Fix venv test_zippath_from_non_installed_posix() (#109872)
authorVictor Stinner <vstinner@python.org>
Mon, 25 Sep 2023 23:16:30 +0000 (01:16 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Sep 2023 23:16:30 +0000 (23:16 +0000)
commit25bb266fc876b344e31e0b5634a4db94912c1aba
tree9639d82a793303c9c0c59de55f5e0e0f9983d8f8
parentd73c12b88c2275fd44e27c91c24f3ac85419d2b8
gh-109748: Fix venv test_zippath_from_non_installed_posix() (#109872)

Fix test_zippath_from_non_installed_posix() of test_venv: don't copy
__pycache__/ sub-directories, because they can be modified by other
Python tests running in parallel.
Lib/test/test_venv.py
Misc/NEWS.d/next/Tests/2023-09-26-00-49-18.gh-issue-109748.nxlT1i.rst [new file with mode: 0644]