Merge pull request #257267 from pbsds/fix-tifffile
python3Packages.tifffile: skip large tests
This commit is contained in:
commit
ee3bc8bfbf
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ buildPythonPackage rec {
|
|||
"tifffile"
|
||||
];
|
||||
|
||||
# flaky, often killed due to OOM or timeout
|
||||
env.SKIP_LARGE = "1";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Read and write image data from and to TIFF files";
|
||||
homepage = "https://github.com/cgohlke/tifffile/";
|
||||
|
|
Loading…
Reference in a new issue