fix ignore param for tests
This commit is contained in:
parent
0d551aed75
commit
b0a12396ef
@ -50,7 +50,7 @@ let
|
|||||||
doCheck = true;
|
doCheck = true;
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
export HOME="$TMPDIR"
|
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 = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user