summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-09-26 10:30:50 +0200
committerDomen Kožar <domen@dev.si>2014-09-26 18:12:37 +0200
commit3aefa63c75d28a016ee03ae7adc1e5e8d1576e76 (patch)
tree850440b3d58227ffa5015761db304e4418d2e43d /pkgs/development
parent428fdc879fbf629b2aac54482030ad2152786bca (diff)
downloadnixlib-3aefa63c75d28a016ee03ae7adc1e5e8d1576e76.tar
nixlib-3aefa63c75d28a016ee03ae7adc1e5e8d1576e76.tar.gz
nixlib-3aefa63c75d28a016ee03ae7adc1e5e8d1576e76.tar.bz2
nixlib-3aefa63c75d28a016ee03ae7adc1e5e8d1576e76.tar.lz
nixlib-3aefa63c75d28a016ee03ae7adc1e5e8d1576e76.tar.xz
nixlib-3aefa63c75d28a016ee03ae7adc1e5e8d1576e76.tar.zst
nixlib-3aefa63c75d28a016ee03ae7adc1e5e8d1576e76.zip
pypy: pytest syntax change
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/interpreters/pypy/2.4/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/pypy/2.4/default.nix b/pkgs/development/interpreters/pypy/2.4/default.nix
index 9cc19a220597..4f4b8869a40c 100644
--- a/pkgs/development/interpreters/pypy/2.4/default.nix
+++ b/pkgs/development/interpreters/pypy/2.4/default.nix
@@ -70,7 +70,7 @@ let
        # 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_sqlite -test_socket -test_os -test_shutil -test_mhlib -test_multiprocessing' lib-python
+      ./pypy-c ./pypy/test_all.py --pypy=./pypy-c -k 'not (test_sqlite or test_socket or test_os or test_shutil or test_mhlib or test_multiprocessing)' lib-python
     '';
 
     installPhase = ''