Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

pytesseract: disable tests broken on tesseract 5.5.0

+5
+5
pkgs/development/python-modules/pytesseract/default.nix
··· 37 packaging 38 pillow 39 ]; 40 41 nativeCheckInputs = [ pytestCheckHook ]; 42
··· 37 packaging 38 pillow 39 ]; 40 + disabledTests = [ 41 + # https://github.com/madmaze/pytesseract/pull/559 42 + "incorrect_tessdata_dir" 43 + "invalid_tessdata_dir" 44 + ]; 45 46 nativeCheckInputs = [ pytestCheckHook ]; 47