fix ignore param for tests
This commit is contained in:
parent
0d551aed75
commit
b0a12396ef
|
@ -50,7 +50,7 @@ let
|
|||
doCheck = true;
|
||||
checkPhase = ''
|
||||
export HOME="$TMPDIR"
|
||||
./pypy-c ./pypy/test_all.py --pypy=./pypy-c -m "not shutil" lib-python
|
||||
./pypy-c ./pypy/test_all.py --pypy=./pypy-c --ignore lib-python/2.7/test/test_shutil.py lib-python
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in New Issue