python27Packages.pillow: fix build on darwin

This commit is contained in:
Mario Rodas 2020-07-10 04:20:00 -05:00
parent 57a53677b4
commit 33873dab22
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -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
'';