forked from mirrors/nixpkgs
pypy: disable test_zipfile64 because timeouts
This commit is contained in:
parent
dd9ebf6eea
commit
d589684cae
|
@ -71,7 +71,8 @@ let
|
|||
# disable test_multiprocessing due to transient errors
|
||||
# disable test_os because test_urandom_failure fails
|
||||
# disable test_urllib2net and test_urllibnet because it requires networking (example.com)
|
||||
./pypy-c ./pypy/test_all.py --pypy=./pypy-c -k 'not (test_sqlite or test_urllib2net or test_urllibnet or test_socket or test_os or test_shutil or test_mhlib or test_multiprocessing)' lib-python
|
||||
# disable test_zipfile64 because it randomly timeouts
|
||||
./pypy-c ./pypy/test_all.py --pypy=./pypy-c -k 'not (test_sqlite or test_urllib2net or test_urllibnet or test_socket or test_os or test_shutil or test_mhlib or test_multiprocessing or test_zipfile64)' lib-python
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue