pypy: disable cpickle test..

This commit is contained in:
Domen Kožar 2014-12-15 14:17:11 +01:00
parent fed9a36f74
commit 5819f29875

View file

@ -73,7 +73,8 @@ let
# disable test_urllib2net and test_urllibnet because it requires networking (example.com)
# disable test_zipfile64 because it randomly timeouts
# 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
# disable test_cpickle because timeouts
./pypy-c ./pypy/test_all.py --pypy=./pypy-c -k 'not (test_cpickle or 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 = ''