Merge pull request #297382 from dali99/pillow-heif-test
python3Packages.pillow-heif: disable time based decode test
This commit is contained in:
commit
c7408bdbfb
1 changed files with 4 additions and 1 deletions
|
@ -75,7 +75,10 @@ buildPythonPackage rec {
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTests = lib.optionals stdenv.isDarwin [
|
disabledTests = [
|
||||||
|
# Time based
|
||||||
|
"test_decode_threads"
|
||||||
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
# https://github.com/bigcat88/pillow_heif/issues/89
|
# https://github.com/bigcat88/pillow_heif/issues/89
|
||||||
# not reproducible in nixpkgs
|
# not reproducible in nixpkgs
|
||||||
"test_opencv_crash"
|
"test_opencv_crash"
|
||||||
|
|
Loading…
Reference in a new issue