]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103224: Resolve paths properly in test_sysconfig (GH-103292)
authorArtem Mukhin <artem.m.mukhin@gmail.com>
Tue, 6 Feb 2024 19:32:07 +0000 (20:32 +0100)
committerGitHub <noreply@github.com>
Tue, 6 Feb 2024 19:32:07 +0000 (19:32 +0000)
commit71239d50b54c90afd3fdde260848e0c6d73a5c27
tree292b1703db3d348aa7ebdb92513b10552a4ba986
parent76108b8b05040fc49a6bc50eb2e990576595c57c
gh-103224: Resolve paths properly in test_sysconfig (GH-103292)

To pass tests when executed through a Python symlink.

Co-authored-by: Miro HronĨok <miro@hroncok.cz>
Lib/test/test_sysconfig.py