From 1e6e1a14d768dd394521b281fafeaecfb8aa9886 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 22 Oct 2019 14:22:07 +0300 Subject: gn: python2.4: Skip another test. * gn/packages/python24.scm (python2.4)[arguments]: Also skip the test_mhlib.py test. --- gn/packages/python24.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gn/packages/python24.scm b/gn/packages/python24.scm index 889977d..b399b32 100644 --- a/gn/packages/python24.scm +++ b/gn/packages/python24.scm @@ -77,10 +77,11 @@ read read ssl ssl tcl tcl tk tk ,(version-major+minor (package-version tcl)) ,(v (for-each (lambda (file) (delete-file (string-append "Lib/test/" file))) - '("test_socket.py" "test_anydbm.py" "test_whichdb.py" - "test_zlib.py" "test_array.py" "test_decimal.py" + '("test_anydbm.py" "test_array.py" "test_decimal.py" "test_getargs2.py" "test_long.py" "test_math.py" - "test_random.py" "test_str.py" "test_userstring.py")) + "test_mhlib.py" "test_random.py" "test_socket.py" + "test_str.py" "test_userstring.py" "test_whichdb.py" + "test_zlib.py")) #t)) (add-after 'check 'find-netinet-in-h (lambda* (#:key inputs #:allow-other-keys) -- cgit v1.2.3