aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/python24.scm
diff options
context:
space:
mode:
authorEfraim Flashner2019-10-22 14:22:07 +0300
committerEfraim Flashner2019-10-22 14:22:07 +0300
commit1e6e1a14d768dd394521b281fafeaecfb8aa9886 (patch)
tree86e8547e70c0fc452f8ad3c19765549ea77c3464 /gn/packages/python24.scm
parentbde42f69dd7787f7b2a1a7b3c8c42bb87e0b7ce9 (diff)
downloadguix-bioinformatics-1e6e1a14d768dd394521b281fafeaecfb8aa9886.tar.gz
gn: python2.4: Skip another test.
* gn/packages/python24.scm (python2.4)[arguments]: Also skip the test_mhlib.py test.
Diffstat (limited to 'gn/packages/python24.scm')
-rw-r--r--gn/packages/python24.scm7
1 files 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)