summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorHerwig Hochleitner <herwig@bendlas.net>2016-05-11 18:32:30 +0200
committerHerwig Hochleitner <herwig@bendlas.net>2016-05-11 18:33:36 +0200
commit668f9159ab3eb6ad3cb47c01047de358263ef2b1 (patch)
tree81340b5d25c3afdd7e1d347a0b32092347910c37 /pkgs/development
parente87cbf9fa3ada3ed1b5a356a26f240ec648ab875 (diff)
downloadnixpkgs-668f9159ab3eb6ad3cb47c01047de358263ef2b1.tar
nixpkgs-668f9159ab3eb6ad3cb47c01047de358263ef2b1.tar.gz
nixpkgs-668f9159ab3eb6ad3cb47c01047de358263ef2b1.tar.bz2
nixpkgs-668f9159ab3eb6ad3cb47c01047de358263ef2b1.tar.lz
nixpkgs-668f9159ab3eb6ad3cb47c01047de358263ef2b1.tar.xz
nixpkgs-668f9159ab3eb6ad3cb47c01047de358263ef2b1.tar.zst
nixpkgs-668f9159ab3eb6ad3cb47c01047de358263ef2b1.zip
pypy: deactivate test_zipfile64 again
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/interpreters/pypy/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/pypy/default.nix b/pkgs/development/interpreters/pypy/default.nix
index 927ba268309..e4e6e51d5cf 100644
--- a/pkgs/development/interpreters/pypy/default.nix
+++ b/pkgs/development/interpreters/pypy/default.nix
@@ -73,8 +73,9 @@ let
        # disable socket because it has two actual network tests that fail
        # disable test_urllib2net, test_urllib2_localnet, and test_urllibnet because they require networking (example.com)
        # disable test_ssl because no shared cipher' not found in '[Errno 1] error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
+       # disable test_zipfile64 because it causes ENOSPACE
        # disable test_epoll because of invalid arg, should be fixed in as of version 5.1.2
-      ./pypy-c ./pypy/test_all.py --pypy=./pypy-c -k 'not ( test_ssl or test_urllib2net or test_urllibnet or test_urllib2_localnet or test_socket or test_shutil or test_epoll )' lib-python
+      ./pypy-c ./pypy/test_all.py --pypy=./pypy-c -k 'not ( test_ssl or test_urllib2net or test_urllibnet or test_urllib2_localnet or test_socket or test_shutil or test_zipfile64 or test_epoll )' lib-python
     '';
 
     installPhase = ''