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

python3Packages.pillow-heif: disable time based decode test
This commit is contained in:
Peder Bergebakken Sundt 2024-03-21 12:54:33 +01:00 committed by GitHub
commit c7408bdbfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"