From f529dfec74c2f5cbfe9cda65f9ee4b02fe12dbf9 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 15 Mar 2018 09:21:58 +0100 Subject: gnu: python-3.6: Disable failing test. * gnu/packages/python.scm (python-3.6)[source]: Delete Lib/test/test_socket.py. --- gnu/packages/python.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 106c040bf8..d091157d8a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -357,7 +357,11 @@ data types.") (for-each delete-file '("Lib/ctypes/test/test_structures.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)))) (arguments (substitute-keyword-arguments (package-arguments python-2) ((#:tests? _) #t))) -- cgit v1.2.3