pythonPackages.pillow: Disable failing tests on darwin

This commit is contained in:
Sandro Jäckel 2021-01-06 10:00:57 +01:00
parent ab0a29d525
commit aa1aab7c7f
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -22,6 +22,10 @@ buildPythonPackage rec {
"test_grab"
"test_grabclipboard"
"test_save"
# pillow-simd
"test_roundtrip"
"test_basic"
];
propagatedBuildInputs = [ olefile ];