mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 09:58:50 +03:00
Merge pull request #21293 from mdaiter/fixNixOpsDarwin
python-pillow: Disable tests on Darwin
This commit is contained in:
commit
405507acac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user