about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pillow
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-06 10:00:57 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-01 00:08:05 +0100
commitaa1aab7c7fc22ff6a0ddc236a106172bd2d291df (patch)
treeab275a84297628d285556b282a195c196a2d92e9 /pkgs/development/python-modules/pillow
parentab0a29d5256cde822dc0db9cf7ecfcb5f5fa6184 (diff)
pythonPackages.pillow: Disable failing tests on darwin
Diffstat (limited to 'pkgs/development/python-modules/pillow')
-rw-r--r--pkgs/development/python-modules/pillow/generic.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pillow/generic.nix b/pkgs/development/python-modules/pillow/generic.nix
index 42e709ca4cf41..dbf27febeb9d6 100644
--- a/pkgs/development/python-modules/pillow/generic.nix
+++ b/pkgs/development/python-modules/pillow/generic.nix
@@ -22,6 +22,10 @@ buildPythonPackage rec {
     "test_grab"
     "test_grabclipboard"
     "test_save"
+
+    # pillow-simd
+    "test_roundtrip"
+    "test_basic"
   ];
 
   propagatedBuildInputs = [ olefile ];