Loading pkgs/development/python-modules/pillow-heif/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,10 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = lib.optionals stdenv.isDarwin [ disabledTests = [ # Time based "test_decode_threads" ] ++ lib.optionals stdenv.isDarwin [ # https://github.com/bigcat88/pillow_heif/issues/89 # not reproducible in nixpkgs "test_opencv_crash" Loading Loading
pkgs/development/python-modules/pillow-heif/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,10 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = lib.optionals stdenv.isDarwin [ disabledTests = [ # Time based "test_decode_threads" ] ++ lib.optionals stdenv.isDarwin [ # https://github.com/bigcat88/pillow_heif/issues/89 # not reproducible in nixpkgs "test_opencv_crash" Loading