aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)