Message401372
| 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:29 | vstinner | set | recipients:
+ vstinner |
| 2021年09月08日 10:46:29 | vstinner | set | messageid: <1631097989.84.0.629517715324.issue45136@roundup.psfhosted.org> |
| 2021年09月08日 10:46:29 | vstinner | link | issue45136 messages |
| 2021年09月08日 10:46:29 | vstinner | create |
|