summary refs log tree commit diff
path: root/pkgs/development/interpreters/pypy
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-11-15 19:31:39 +0100
committerDomen Kožar <domen@dev.si>2014-11-15 19:32:05 +0100
commitdc626a9f5cbaffcc74fb7dd8b46675ad99abad81 (patch)
tree7b68a34bf4647e2f477ca02dc7dfc4bca6a43e24 /pkgs/development/interpreters/pypy
parent0fc8d92e53d294f35f63a1898e9b61f3651d0800 (diff)
downloadnixlib-dc626a9f5cbaffcc74fb7dd8b46675ad99abad81.tar
nixlib-dc626a9f5cbaffcc74fb7dd8b46675ad99abad81.tar.gz
nixlib-dc626a9f5cbaffcc74fb7dd8b46675ad99abad81.tar.bz2
nixlib-dc626a9f5cbaffcc74fb7dd8b46675ad99abad81.tar.lz
nixlib-dc626a9f5cbaffcc74fb7dd8b46675ad99abad81.tar.xz
nixlib-dc626a9f5cbaffcc74fb7dd8b46675ad99abad81.tar.zst
nixlib-dc626a9f5cbaffcc74fb7dd8b46675ad99abad81.zip
pypy: disable test_default_ciphers 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 4c9bf13937cd..31024b179251 100644
--- a/pkgs/development/interpreters/pypy/2.4/default.nix
+++ b/pkgs/development/interpreters/pypy/2.4/default.nix
@@ -72,7 +72,8 @@ let
        # disable test_os because test_urandom_failure fails
        # disable test_urllib2net and test_urllibnet because it requires networking (example.com)
        # disable test_zipfile64 because it randomly timeouts
-      ./pypy-c ./pypy/test_all.py --pypy=./pypy-c -k 'not (test_sqlite 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_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
     '';
 
     installPhase = ''