1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #21293 from mdaiter/fixNixOpsDarwin

python-pillow: Disable tests on Darwin
This commit is contained in:
Daiderd Jordan 2016-12-20 01:33:18 +01:00 committed by GitHub
commit 405507acac

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