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-99370: fix test_zippath_from_non_installed_posix (GH-99483) #99498

Merged
merged 1 commit into from
Nov 15, 2022

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 15, 2022

When build with shared enabled, we need to set LD_LIBRARY_PATH
for the non-installed python environment in
test_zippath_from_non_installed_posix so that the python binary
and find and link the libpython.so.
(cherry picked from commit 1df0752)

Co-authored-by: Kai Zhang kylerzhang11@gmail.com

…9483)

When build with shared enabled, we need to set `LD_LIBRARY_PATH`
for the non-installed python environment in
test_zippath_from_non_installed_posix so that the python binary
and find and link the libpython.so.
(cherry picked from commit 1df0752)

Co-authored-by: Kai Zhang <kylerzhang11@gmail.com>
@miss-islington miss-islington merged commit b189f42 into python:3.11 Nov 15, 2022
@miss-islington miss-islington deleted the backport-1df0752-3.11 branch November 15, 2022 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants