]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99370: fix test_zippath_from_non_installed_posix (GH-99483)
authorKai Zhang <kylerzhang11@gmail.com>
Tue, 15 Nov 2022 01:01:01 +0000 (09:01 +0800)
committerGitHub <noreply@github.com>
Tue, 15 Nov 2022 01:01:01 +0000 (01:01 +0000)
commit1df0752b4d49103654abbc75c06b4dc0cf99de1c
treef96990c623e81d1cebcef9a1d3b6769ec3515741
parentdc3e4350a5580bcc956312d1b20ca877d8f63215
gh-99370: fix test_zippath_from_non_installed_posix (GH-99483)

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.
Lib/test/test_venv.py