python3Packages.pillow-heif: disable time based decode test

This commit is contained in:
Daniel Olsen 2024-03-20 06:34:06 +01:00
parent 1cc3891e4f
commit fe6372ea7f

View File

@ -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"