diff options
author | Victor Stinner <vstinner@python.org> | 2021-09-09 09:02:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-09 09:02:48 (GMT) |
commit | 49acac00c08838d8080ce00d02c05284b94f8fb2 (patch) | |
tree | e927ee9783c0ab338c5bed2e2acd459b4514bfd1 /Lib/test/pythoninfo.py | |
parent | b7bb54fc10ed994d86efc425b6f667ffa6660392 (diff) | |
download | cpython-49acac00c08838d8080ce00d02c05284b94f8fb2.zip cpython-49acac00c08838d8080ce00d02c05284b94f8fb2.tar.gz cpython-49acac00c08838d8080ce00d02c05284b94f8fb2.tar.bz2 |
bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235)
Update test_sysconfig.test_user_similar() for the posix_user scheme:
"platlib" doesn't use sys.platlibdir.
Diffstat (limited to 'Lib/test/pythoninfo.py')
-rw-r--r-- | Lib/test/pythoninfo.py | 1 |
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', |