pytesseract: disable tests broken on tesseract 5.5.0

This commit is contained in:
Patrick 2024-11-22 14:49:21 +01:00
parent 936c762b8e
commit 494d5c1958
No known key found for this signature in database
GPG Key ID: 451F95EFB8BECD0F

View File

@ -37,6 +37,11 @@ buildPythonPackage rec {
packaging
pillow
];
disabledTests = [
# https://github.com/madmaze/pytesseract/pull/559
"incorrect_tessdata_dir"
"invalid_tessdata_dir"
];
nativeCheckInputs = [ pytestCheckHook ];