diff --git a/pkgs/development/python-modules/pillow/generic.nix b/pkgs/development/python-modules/pillow/generic.nix index 42e709ca4cf..dbf27febeb9 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 ];