Skip to content

Commit

Permalink
Merge pull request #266580 from wegank/pillow-heif-darwin
Browse files Browse the repository at this point in the history
python311Packages.pillow-heif: fix build on darwin
  • Loading branch information
wegank authored Nov 10, 2023
2 parents 2e6aa8f + 70b3bd1 commit f533a76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/pillow-heif/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonPackage
, fetchFromGitHub

Expand Down Expand Up @@ -63,6 +64,12 @@ buildPythonPackage rec {
pytestCheckHook
];

disabledTests = lib.optionals stdenv.isDarwin [
# https://github.com/bigcat88/pillow_heif/issues/89
# not reproducible in nixpkgs
"test_opencv_crash"
];

meta = {
changelog = "https://github.com/bigcat88/pillow_heif/releases/tag/v${version}";
description = "Python library for working with HEIF images and plugin for Pillow";
Expand Down

0 comments on commit f533a76

Please sign in to comment.