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

View File

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