python27Packages.pillow: fix build on darwin
This commit is contained in:
parent
57a53677b4
commit
33873dab22
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
python -m pytest -v -x -W always
|
||||
python -m pytest -v -x -W always${stdenv.lib.optionalString stdenv.isDarwin " --deselect=Tests/test_file_icns.py::TestFileIcns::test_save --deselect=Tests/test_imagegrab.py::TestImageGrab::test_grab"}
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue