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 37 packaging 38 38 pillow 39 39 ]; 40 + disabledTests = [ 41 + # https://github.com/madmaze/pytesseract/pull/559 42 + "incorrect_tessdata_dir" 43 + "invalid_tessdata_dir" 44 + ]; 40 45 41 46 nativeCheckInputs = [ pytestCheckHook ]; 42 47