Unverified Commit c7408bdb authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #297382 from dali99/pillow-heif-test

python3Packages.pillow-heif: disable time based decode test
parents 80f60ad1 fe6372ea
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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"