summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests/2023-09-26-00-49-18.gh-issue-109748.nxlT1i.rst
blob: 840366ba8d16115b2ffbbe06596177021853a123 (plain)
1
2
3
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. Patch by Victor Stinner.