Merge pull request #257267 from pbsds/fix-tifffile

python3Packages.tifffile: skip large tests
This commit is contained in:
OTABI Tomoya 2023-10-01 20:12:50 +09:00 committed by GitHub
commit ee3bc8bfbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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