summary refs log tree commit diff
path: root/pkgs/development/interpreters/pypy
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-12-15 14:17:11 +0100
committerDomen Kožar <domen@dev.si>2014-12-15 14:17:39 +0100
commit5819f2987574cffa3551ca95dd502bda07ad4578 (patch)
tree8937ac15c78db81670fafc74016f6ceb219f58d9 /pkgs/development/interpreters/pypy
parentfed9a36f74d622f625ae097fa5611f30ed83074f (diff)
downloadnixlib-5819f2987574cffa3551ca95dd502bda07ad4578.tar
nixlib-5819f2987574cffa3551ca95dd502bda07ad4578.tar.gz
nixlib-5819f2987574cffa3551ca95dd502bda07ad4578.tar.bz2
nixlib-5819f2987574cffa3551ca95dd502bda07ad4578.tar.lz
nixlib-5819f2987574cffa3551ca95dd502bda07ad4578.tar.xz
nixlib-5819f2987574cffa3551ca95dd502bda07ad4578.tar.zst
nixlib-5819f2987574cffa3551ca95dd502bda07ad4578.zip
pypy: disable cpickle test..
Diffstat (limited to 'pkgs/development/interpreters/pypy')
-rw-r--r--pkgs/development/interpreters/pypy/2.4/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/pypy/2.4/default.nix b/pkgs/development/interpreters/pypy/2.4/default.nix
index 31024b179251..2c027919258a 100644
--- a/pkgs/development/interpreters/pypy/2.4/default.nix
+++ b/pkgs/development/interpreters/pypy/2.4/default.nix
@@ -73,7 +73,8 @@ let
        # disable test_urllib2net and test_urllibnet because it requires networking (example.com)
        # disable test_zipfile64 because it randomly timeouts
        # disable test_default_ciphers because of error message mismatch
-      ./pypy-c ./pypy/test_all.py --pypy=./pypy-c -k 'not (test_sqlite or test_default_ciphers or test_urllib2net or test_urllibnet or test_socket or test_os or test_shutil or test_mhlib or test_multiprocessing or test_zipfile64)' lib-python
+       # disable test_cpickle because timeouts
+      ./pypy-c ./pypy/test_all.py --pypy=./pypy-c -k 'not (test_cpickle or test_sqlite or test_default_ciphers or test_urllib2net or test_urllibnet or test_socket or test_os or test_shutil or test_mhlib or test_multiprocessing or test_zipfile64)' lib-python
     '';
 
     installPhase = ''