]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45403: Fix test_sys.test_stdlib_dir() (GH-28785)
authorVictor Stinner <vstinner@python.org>
Thu, 7 Oct 2021 19:22:28 +0000 (21:22 +0200)
committerGitHub <noreply@github.com>
Thu, 7 Oct 2021 19:22:28 +0000 (21:22 +0200)
commit768aaf6c433e6a13b82c7bdebd0062c7472c1fc7
tree33e46032c27cef3b374a10d40e0b4c6a90b30a19
parentff8859d965815e8b5af346bd90299cfa5568c855
bpo-45403: Fix test_sys.test_stdlib_dir() (GH-28785)

Fix test_sys.test_stdlib_dir() when Python is built outside the
source tree: compare normalized paths.
Lib/test/test_sys.py
Misc/NEWS.d/next/Tests/2021-10-07-13-27-12.bpo-45403.7QiDvw.rst [new file with mode: 0644]