about summary refs log tree commit diff
path: root/pkgs/development/interpreters/pypy
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-08-27 19:04:38 +0200
committerDomen Kožar <domen@dev.si>2014-08-27 19:04:38 +0200
commit7b7fb6331450ab7148dab51c5363ac86cb7d0371 (patch)
treeac107679730881dc28f53185a8f05ecfc374e422 /pkgs/development/interpreters/pypy
parentef9bcbd0b2b5d5f8c1d08f643c138e68c0e7a5d2 (diff)
downloadnixlib-7b7fb6331450ab7148dab51c5363ac86cb7d0371.tar
nixlib-7b7fb6331450ab7148dab51c5363ac86cb7d0371.tar.gz
nixlib-7b7fb6331450ab7148dab51c5363ac86cb7d0371.tar.bz2
nixlib-7b7fb6331450ab7148dab51c5363ac86cb7d0371.tar.lz
nixlib-7b7fb6331450ab7148dab51c5363ac86cb7d0371.tar.xz
nixlib-7b7fb6331450ab7148dab51c5363ac86cb7d0371.tar.zst
nixlib-7b7fb6331450ab7148dab51c5363ac86cb7d0371.zip
pypy: disable test_sqlite again...
Diffstat (limited to 'pkgs/development/interpreters/pypy')
-rw-r--r--pkgs/development/interpreters/pypy/2.3/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/pypy/2.3/default.nix b/pkgs/development/interpreters/pypy/2.3/default.nix
index f31bc731a32f..0ed13e2f6462 100644
--- a/pkgs/development/interpreters/pypy/2.3/default.nix
+++ b/pkgs/development/interpreters/pypy/2.3/default.nix
@@ -66,9 +66,10 @@ let
        # disable shutils because it assumes gid 0 exists
        # disable socket because it has two actual network tests that fail
        # disable test_mhlib because it fails for unknown reason
+       # disable sqlite3 due to https://bugs.pypy.org/issue1740
        # disable test_multiprocessing due to transient errors
        # disable test_os because test_urandom_failure fails
-      ./pypy-c ./pypy/test_all.py --pypy=./pypy-c -k '-test_socket -test_os -test_shutil -test_mhlib -test_multiprocessing' lib-python
+      ./pypy-c ./pypy/test_all.py --pypy=./pypy-c -k '-test_sqlite -test_socket -test_os -test_shutil -test_mhlib -test_multiprocessing' lib-python
     '';
 
     installPhase = ''