mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
pypy: disable a test
This commit is contained in:
parent
97006eb5ed
commit
be976b2c46
@ -60,7 +60,8 @@ let
|
|||||||
# disable test_mhlib because it fails for unknown reason
|
# disable test_mhlib because it fails for unknown reason
|
||||||
# disable test_multiprocessing due to transient errors
|
# disable test_multiprocessing due to transient errors
|
||||||
# disable sqlite3 due to https://bugs.pypy.org/issue1740
|
# disable sqlite3 due to https://bugs.pypy.org/issue1740
|
||||||
./pypy-c ./pypy/test_all.py --pypy=./pypy-c -k '-test_sqlite -test_socket -test_shutil -test_mhlib -test_multiprocessing' lib-python
|
# 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
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user