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