]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) (GH-28251)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 9 Sep 2021 09:35:36 +0000 (02:35 -0700)
committerPablo Galindo <pablogsal@gmail.com>
Wed, 29 Sep 2021 11:37:59 +0000 (12:37 +0100)
commit01be51833db23414b5dc766f9c92953d838d82c3
tree28a80f600fe93b02d48ea01c5bd9cc8392314a0e
parent6ae97bbf4e6540a8287c47d098cfe703260b5fa2
bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) (GH-28251)

Update test_sysconfig.test_user_similar() for the posix_user scheme:
"platlib" doesn't use sys.platlibdir.
(cherry picked from commit 49acac00c08838d8080ce00d02c05284b94f8fb2)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/pythoninfo.py
Lib/test/test_sysconfig.py
Misc/NEWS.d/next/Tests/2021-09-08-13-01-37.bpo-44860.qXd0kx.rst [new file with mode: 0644]