pypy: disable a test with transient error #1634
This commit is contained in:
parent
b17edbac57
commit
a23b87a13a
@ -58,7 +58,8 @@ let
|
|||||||
# disable shutils because it assumes gid 0 exists
|
# disable shutils because it assumes gid 0 exists
|
||||||
# disable socket because it has two actual network tests that fail
|
# disable socket because it has two actual network tests that fail
|
||||||
# disable test_mhlib because it fails for unknown reason
|
# disable test_mhlib because it fails for unknown reason
|
||||||
./pypy-c ./pypy/test_all.py --pypy=./pypy-c -k '-test_socket -test_shutil -test_mhlib' lib-python
|
# disable test_multiprocessing due to transient errors
|
||||||
|
./pypy-c ./pypy/test_all.py --pypy=./pypy-c -k '-test_socket -test_shutil -test_mhlib -test_multiprocessing' lib-python
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user