summaryrefslogtreecommitdiffstats
path: root/Lib/test/pythoninfo.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-09-09 09:35:36 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2021-09-29 11:37:59 (GMT)
commit01be51833db23414b5dc766f9c92953d838d82c3 (patch)
tree28a80f600fe93b02d48ea01c5bd9cc8392314a0e /Lib/test/pythoninfo.py
parent6ae97bbf4e6540a8287c47d098cfe703260b5fa2 (diff)
downloadcpython-01be51833db23414b5dc766f9c92953d838d82c3.zip
cpython-01be51833db23414b5dc766f9c92953d838d82c3.tar.gz
cpython-01be51833db23414b5dc766f9c92953d838d82c3.tar.bz2
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>
Diffstat (limited to 'Lib/test/pythoninfo.py')
-rw-r--r--Lib/test/pythoninfo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/pythoninfo.py b/Lib/test/pythoninfo.py
index 278dfe7..39ee9e1 100644
--- a/Lib/test/pythoninfo.py
+++ b/Lib/test/pythoninfo.py
@@ -96,6 +96,7 @@ def collect_sys(info_add):
'maxunicode',
'path',
'platform',
+ 'platlibdir',
'prefix',
'thread_info',
'version',