mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
pypy: disable test_default_ciphers test
This commit is contained in:
parent
0fc8d92e53
commit
dc626a9f5c
@ -72,7 +72,8 @@ let
|
||||
# disable test_os because test_urandom_failure fails
|
||||
# disable test_urllib2net and test_urllibnet because it requires networking (example.com)
|
||||
# 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
|
||||
# disable test_default_ciphers because of error message mismatch
|
||||
./pypy-c ./pypy/test_all.py --pypy=./pypy-c -k 'not (test_sqlite or test_default_ciphers 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 New Issue
Block a user