Skip to content

[3.12] gh-109748: Fix venv test_zippath_from_non_installed_posix() (GH-109872) #109873

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

Closed

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 [email protected]

…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 <[email protected]>
Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@vstinner
Copy link
Member

I created PR #109950 for 3.12 is more recent, more complete and fix other bugs.

@vstinner vstinner closed this Sep 27, 2023
@miss-islington miss-islington deleted the backport-25bb266-3.12 branch September 27, 2023 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting core review tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants