Message326881
$ ./python -m test.regrtest test_inspect test_site
Run tests sequentially
0:00:00 load avg: 0.03 [1/2] test_inspect
0:00:00 load avg: 0.03 [2/2] test_site
test test_site failed -- Traceback (most recent call last):
File "/home/yen/Projects/cpython/Lib/test/test_site.py", line 400, in test_abs_paths_cached_None
site.abs_paths()
File "/home/yen/Projects/cpython/Lib/site.py", line 101, in abs_paths
for m in set(sys.modules.values()):
TypeError: unhashable type: 'dict'
test_site failed
If I run test_inspect or test_site individually, both pass. Full log can be found in the attached file.
Environment: Arch Linux x86_64 latest. CPython commit 81574b80e92554adf75c13fa42415beb8be383cb, configured with `./configure` |
|
Date |
User |
Action |
Args |
2018-10-02 14:37:42 | yan12125 | set | recipients:
+ yan12125 |
2018-10-02 14:37:42 | yan12125 | set | messageid: <1538491062.89.0.545547206417.issue34871@psf.upfronthosting.co.za> |
2018-10-02 14:37:42 | yan12125 | link | issue34871 messages |
2018-10-02 14:37:42 | yan12125 | create | |
|