gistfile1.txt
· 850 B · Text
Raw
======================================================================
ERROR: test_forget (test.test_support.TestSupport.test_forget)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/builddir/python-3.13.2/Lib/test/test_support.py", line 119, in test_forget
import_helper.forget(TESTFN)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/builddir/python-3.13.2/Lib/test/support/import_helper.py", line 48, in forget
unlink(source + 'c')
~~~~~~^^^^^^^^^^^^^^
File "/builddir/python-3.13.2/Lib/test/support/os_helper.py", line 345, in unlink
_unlink(filename)
~~~~~~~^^^^^^^^^^
OSError: [Errno 30] Read-only file system: '/usr/lib/python3.13/site-packages/@test_7747_tmpæ.pyc'
----------------------------------------------------------------------
Ran 49 tests in 2.924s
| 1 | ====================================================================== |
| 2 | ERROR: test_forget (test.test_support.TestSupport.test_forget) |
| 3 | ---------------------------------------------------------------------- |
| 4 | Traceback (most recent call last): |
| 5 | File "/builddir/python-3.13.2/Lib/test/test_support.py", line 119, in test_forget |
| 6 | import_helper.forget(TESTFN) |
| 7 | ~~~~~~~~~~~~~~~~~~~~^^^^^^^^ |
| 8 | File "/builddir/python-3.13.2/Lib/test/support/import_helper.py", line 48, in forget |
| 9 | unlink(source + 'c') |
| 10 | ~~~~~~^^^^^^^^^^^^^^ |
| 11 | File "/builddir/python-3.13.2/Lib/test/support/os_helper.py", line 345, in unlink |
| 12 | _unlink(filename) |
| 13 | ~~~~~~~^^^^^^^^^^ |
| 14 | OSError: [Errno 30] Read-only file system: '/usr/lib/python3.13/site-packages/@test_7747_tmpæ.pyc' |
| 15 | |
| 16 | ---------------------------------------------------------------------- |
| 17 | Ran 49 tests in 2.924s |
| 18 |