diff options
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0f2b0891aa..dccd3cdd0e 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -785,6 +785,11 @@ def contents() -> str: " test_venv" ;freeze " test_multiprocessing_forkserver" ;runs over 10min " test_multiprocessing_spawn" ;runs over 10min + " test_glob" ;did not finish in 10h + " test_site" ;Invalid argument + " test_termios" ;os.openpty() Operation not permitted + " test_tty" ;os.openpty() Operation not permitted + " test_sqlite3" ;; sqlite3.OperationalError: database is locked " test_builtin" " test_capi" " test_dbm_ndbm" |
