gnu: python-3.6: Disable failing test.
* gnu/packages/python.scm (python-3.6)[source]: Delete Lib/test/test_socket.py.
This commit is contained in:
parent
60a32a2d60
commit
f529dfec74
|
@ -357,7 +357,11 @@ data types.")
|
||||||
(for-each delete-file
|
(for-each delete-file
|
||||||
'("Lib/ctypes/test/test_structures.py" ; fails on aarch64
|
'("Lib/ctypes/test/test_structures.py" ; fails on aarch64
|
||||||
"Lib/ctypes/test/test_win32.py" ; fails on aarch64
|
"Lib/ctypes/test/test_win32.py" ; fails on aarch64
|
||||||
"Lib/test/test_fcntl.py")) ; fails on aarch64
|
"Lib/test/test_fcntl.py" ; fails on aarch64
|
||||||
|
;; This test fails on kernels older than 4.5.
|
||||||
|
;; It is skipped on these kernels in later
|
||||||
|
;; versions of Python.
|
||||||
|
"Lib/test/test_socket.py"))
|
||||||
#t))))
|
#t))))
|
||||||
(arguments (substitute-keyword-arguments (package-arguments python-2)
|
(arguments (substitute-keyword-arguments (package-arguments python-2)
|
||||||
((#:tests? _) #t)))
|
((#:tests? _) #t)))
|
||||||
|
|
Loading…
Reference in New Issue