gnu: python-2.7: Disable test failing on mips64el-linux.

* gnu/packages/python.scm (python-2.7)[source]: In a snippet, remove
an additional test that fails on mips64el-linux.
This commit is contained in:
Andreas Enge 2016-07-27 16:05:36 +02:00
parent 0072b3d3f2
commit 8b732bf6d9
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 3 additions and 1 deletions

View File

@ -125,7 +125,9 @@
"Lib/test/test_import.py" "Lib/test/test_import.py"
"Lib/test/test_shutil.py" "Lib/test/test_shutil.py"
"Lib/test/test_socket.py" "Lib/test/test_socket.py"
"Lib/test/test_subprocess.py")) "Lib/test/test_subprocess.py"
;; The following test apparently fails only on mips64el.
"Lib/test/test_ctypes.py"))
#t)))) #t))))
(outputs '("out" (outputs '("out"
"tk")) ;tkinter; adds 50 MiB to the closure "tk")) ;tkinter; adds 50 MiB to the closure