python3Packages.tifffile: skip large tests

This commit is contained in:
Peder Bergebakken Sundt 2023-09-25 16:11:12 +02:00
parent 4b78bdb82e
commit f90b4f2d9a

View file

@ -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/";