This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2021-09-08.10:46:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631097989.84.0.629517715324.issue45136@roundup.psfhosted.org>
In-reply-to
Content
When Python is configured to use 'lib64' for sys.platlibdir, test_sysconfig fails:

$ ./configure --with-platlibdir=lib64
$ make
$ ./python -m test -v test_sysconfig 

======================================================================
FAIL: test_user_similar (test.test_sysconfig.TestSysConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/vstinner/python/main/Lib/test/test_sysconfig.py", line 299, in test_user_similar
    self.assertEqual(user_path, global_path.replace(base, user, 1))
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '/home/vstinner/.local/lib/python3.11/site-packages' != '/home/vstinner/.local/lib64/python3.11/site-packages'
- /home/vstinner/.local/lib/python3.11/site-packages
+ /home/vstinner/.local/lib64/python3.11/site-packages
?                          ++
History
Date User Action Args
2021-09-08 10:46:29vstinnersetrecipients: + vstinner
2021-09-08 10:46:29vstinnersetmessageid: <1631097989.84.0.629517715324.issue45136@roundup.psfhosted.org>
2021-09-08 10:46:29vstinnerlinkissue45136 messages
2021-09-08 10:46:29vstinnercreate