pypy: correctly skip tests
This commit is contained in:
parent
a8f11fcba5
commit
eb0b6f8241
@ -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 -k "not shutil" lib-python
|
./pypy-c ./pypy/test_all.py --pypy=./pypy-c -m "not shutil" lib-python
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user