summary refs log tree commit diff
path: root/pkgs/development/interpreters/pypy
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-02-08 20:26:23 +0100
committerDomen Kožar <domen@dev.si>2014-02-08 20:26:23 +0100
commita23b87a13a68c4d838318fab7d835b5d704ceb58 (patch)
treef878dcc82d57b3953d5c655dd6ff364315a2e9a3 /pkgs/development/interpreters/pypy
parentb17edbac57919117475525cdc7fb9301224c0263 (diff)
downloadnixlib-a23b87a13a68c4d838318fab7d835b5d704ceb58.tar
nixlib-a23b87a13a68c4d838318fab7d835b5d704ceb58.tar.gz
nixlib-a23b87a13a68c4d838318fab7d835b5d704ceb58.tar.bz2
nixlib-a23b87a13a68c4d838318fab7d835b5d704ceb58.tar.lz
nixlib-a23b87a13a68c4d838318fab7d835b5d704ceb58.tar.xz
nixlib-a23b87a13a68c4d838318fab7d835b5d704ceb58.tar.zst
nixlib-a23b87a13a68c4d838318fab7d835b5d704ceb58.zip
pypy: disable a test with transient error #1634
Diffstat (limited to 'pkgs/development/interpreters/pypy')
-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 b870522f6297..a348937d8afb 100644
--- a/pkgs/development/interpreters/pypy/2.2/default.nix
+++ b/pkgs/development/interpreters/pypy/2.2/default.nix
@@ -58,7 +58,8 @@ 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
-      ./pypy-c ./pypy/test_all.py --pypy=./pypy-c -k '-test_socket -test_shutil -test_mhlib' lib-python
+       # disable test_multiprocessing due to transient errors
+      ./pypy-c ./pypy/test_all.py --pypy=./pypy-c -k '-test_socket -test_shutil -test_mhlib -test_multiprocessing' lib-python
     '';
 
     installPhase = ''