Adrian revised this gist . Go to revision
1 file changed, 17 insertions
gistfile1.txt(file created)
@@ -0,0 +1,17 @@ | |||
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 |
Newer
Older