Summary: | dev-lang/python-3.6.9 fails tests test_bdb test_compileall test_ctypes test_import test_runpy test_support test_threaded_import | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Paolo Pedroni <paolo.pedroni> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | Keywords: | TESTFAILURE |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | python-3.6.9:20191004-151236.log.gz |
Description
Paolo Pedroni
2019-10-04 16:31:51 UTC
According to the log, the tests are attempting to write pyc files to /usr/lib64/python3.6/site-packages. I am unable to reproduce this. ====================================================================== ERROR: test_forget (test.test_support.TestSupport) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.6.9/work/Python-3.6.9/Lib/test/test_support.py", line 83, in test_forget support.forget(TESTFN) File "/var/tmp/portage/dev-lang/python-3.6.9/work/Python-3.6.9/Lib/test/support/__init__.py", line 462, in forget unlink(source + 'c') File "/var/tmp/portage/dev-lang/python-3.6.9/work/Python-3.6.9/Lib/test/support/__init__.py", line 422, in unlink _unlink(filename) PermissionError: [Errno 13] Permission denied: '/usr/lib64/python3.6/site-packages/@test_50_tmp.pyc' ---------------------------------------------------------------------- |