-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-103224: Resolve paths properly in test_sysconfig
#103292
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
gh-103224: Resolve paths properly in test_sysconfig
#103292
Conversation
To pass tests when executed through a Python symlink. Co-authored-by: Miro Hrončok <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change looks safe.
test_sysconfig
test_sysconfig
Thanks @artemmukhin for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…03292) To pass tests when executed through a Python symlink. (cherry picked from commit 71239d5) Co-authored-by: Artem Mukhin <[email protected]> Co-authored-by: Miro Hrončok <[email protected]>
GH-115100 is a backport of this pull request to the 3.12 branch. |
…03292) To pass tests when executed through a Python symlink. (cherry picked from commit 71239d5) Co-authored-by: Artem Mukhin <[email protected]> Co-authored-by: Miro Hrončok <[email protected]>
GH-115101 is a backport of this pull request to the 3.11 branch. |
GH-115100) To pass tests when executed through a Python symlink. (cherry picked from commit 71239d5) Co-authored-by: Artem Mukhin <[email protected]> Co-authored-by: Miro Hrončok <[email protected]>
GH-115101) To pass tests when executed through a Python symlink. (cherry picked from commit 71239d5) Co-authored-by: Artem Mukhin <[email protected]> Co-authored-by: Miro Hrončok <[email protected]>
…03292) To pass tests when executed through a Python symlink. Co-authored-by: Miro Hrončok <[email protected]>
Now running tests through a Python symlink no longer causes
test_nt_venv_scheme
andtest_posix_venv_scheme
to fail.@hroncok Thank you for helping!
test_sysconfig
andtest_venv
tests on macOS #103224