python/pillow: Disable tests on Darwin

This commit is contained in:
Matthew Daiter 2016-12-20 01:02:57 +01:00
parent 3e92b56be3
commit 6bce0dc23f

View file

@ -18871,7 +18871,7 @@ in {
sha256 = "0ee9975c05602e755ff5000232e0335ba30d507f6261922a658ee11b1cec36d1";
};
doCheck = !isPyPy;
doCheck = !stdenv.isDarwin && !isPyPy;
# Disable imagefont tests, because they don't work well with infinality:
# https://github.com/python-pillow/Pillow/issues/1259