pypy: correctly skip tests
This commit is contained in:
parent
a8f11fcba5
commit
eb0b6f8241
@ -50,7 +50,7 @@ let
|
||||
doCheck = true;
|
||||
checkPhase = ''
|
||||
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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user