From 3176b44c440696f42cc23a6020ea8a9ea3e7fec3 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 21 Jul 2022 12:07:44 +0200 Subject: [PATCH] python3Packages.tifffile: disable failing test --- pkgs/development/python-modules/tifffile/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/tifffile/default.nix b/pkgs/development/python-modules/tifffile/default.nix index f3fe08821f5b..2452c6bb4453 100644 --- a/pkgs/development/python-modules/tifffile/default.nix +++ b/pkgs/development/python-modules/tifffile/default.nix @@ -43,6 +43,8 @@ buildPythonPackage rec { # AssertionError "test_write_bigtiff" "test_write_imagej_raw" + # https://github.com/cgohlke/tifffile/issues/142 + "test_func_bitorder_decode" ]; pythonImportsCheck = [