mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
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 49acac00c0)
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
c081866971
commit
11103eb1f2
3 changed files with 14 additions and 1 deletions
|
|
@ -96,6 +96,7 @@ def collect_sys(info_add):
|
|||
'maxunicode',
|
||||
'path',
|
||||
'platform',
|
||||
'platlibdir',
|
||||
'prefix',
|
||||
'thread_info',
|
||||
'version',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue