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.
This commit is contained in:
Victor Stinner 2021-09-09 11:02:48 +02:00 committed by GitHub
parent b7bb54fc10
commit 49acac00c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 1 deletions

View file

@ -96,6 +96,7 @@ def collect_sys(info_add):
'maxunicode',
'path',
'platform',
'platlibdir',
'prefix',
'thread_info',
'version',