Unverified Commit ee3bc8bf authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #257267 from pbsds/fix-tifffile

python3Packages.tifffile: skip large tests
parents 19797179 f90b4f2d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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/";