Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.11] gh-109748: Fix venv test_zippath_from_non_installed_posix() (GH-109872) #109874

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 25, 2023

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 25bb266)

Co-authored-by: Victor Stinner vstinner@python.org

…thonGH-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 25bb266)

Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-app bedevere-app bot added awaiting review tests Tests in the Lib/test dir labels Sep 25, 2023
@vstinner vstinner merged commit 358282e into python:3.11 Sep 25, 2023
22 of 23 checks passed
@miss-islington miss-islington deleted the backport-25bb266-3.11 branch September 25, 2023 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants