mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
Merge pull request #297382 from dali99/pillow-heif-test
python3Packages.pillow-heif: disable time based decode test
This commit is contained in:
commit
c7408bdbfb
@ -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…
Reference in New Issue
Block a user