]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-109748: Fix venv test_zippath_from_non_installed_posix() (GH-109872) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 25 Sep 2023 23:41:32 +0000 (16:41 -0700)
committerGitHub <noreply@github.com>
Mon, 25 Sep 2023 23:41:32 +0000 (01:41 +0200)
commit358282e9655a4baf09aa876531fa56f3b5810ddf
treeb700b589a5a3e7446d076135cb321af1e0eae3b9
parent22a8efa7408e00552c9845420caf925685dde92f
[3.11] gh-109748: Fix venv test_zippath_from_non_installed_posix() (GH-109872) (#109874)

gh-109748: Fix venv test_zippath_from_non_installed_posix() (GH-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.
(cherry picked from commit 25bb266fc876b344e31e0b5634a4db94912c1aba)

Co-authored-by: Victor Stinner <vstinner@python.org>
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]