pytesseract: disable tests broken on tesseract 5.5.0
This commit is contained in:
parent
936c762b8e
commit
494d5c1958
@ -37,6 +37,11 @@ buildPythonPackage rec {
|
||||
packaging
|
||||
pillow
|
||||
];
|
||||
disabledTests = [
|
||||
# https://github.com/madmaze/pytesseract/pull/559
|
||||
"incorrect_tessdata_dir"
|
||||
"invalid_tessdata_dir"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user