about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-06-09 18:52:24 +0200
committerDomen Kožar <domen@dev.si>2014-06-09 20:42:57 +0200
commitbe976b2c465650fff7e11dce28d5dccad04f983b (patch)
tree60a425e6b6524f5114d40ea54c1b9d2e777049f3 /pkgs/development/interpreters
parent97006eb5ede130b8f5cb0fc98d0996507948ba49 (diff)
downloadnixlib-be976b2c465650fff7e11dce28d5dccad04f983b.tar
nixlib-be976b2c465650fff7e11dce28d5dccad04f983b.tar.gz
nixlib-be976b2c465650fff7e11dce28d5dccad04f983b.tar.bz2
nixlib-be976b2c465650fff7e11dce28d5dccad04f983b.tar.lz
nixlib-be976b2c465650fff7e11dce28d5dccad04f983b.tar.xz
nixlib-be976b2c465650fff7e11dce28d5dccad04f983b.tar.zst
nixlib-be976b2c465650fff7e11dce28d5dccad04f983b.zip
pypy: disable a test
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/pypy/2.2/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/pypy/2.2/default.nix b/pkgs/development/interpreters/pypy/2.2/default.nix
index b2b4157dcf6e..d67f1c2a8215 100644
--- a/pkgs/development/interpreters/pypy/2.2/default.nix
+++ b/pkgs/development/interpreters/pypy/2.2/default.nix
@@ -60,7 +60,8 @@ let
        # disable test_mhlib because it fails for unknown reason
        # disable test_multiprocessing due to transient errors
        # disable sqlite3 due to https://bugs.pypy.org/issue1740
-      ./pypy-c ./pypy/test_all.py --pypy=./pypy-c -k '-test_sqlite -test_socket -test_shutil -test_mhlib -test_multiprocessing' lib-python
+       # disable test_os because test_urandom_failure fails
+      ./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 = ''