paperless-ngx: remove not matching substitute
> substituteStream(): WARNING: pattern 'this is awebp document' doesn't match anything in file 'src/paperless_tesseract/tests/test_parser.py'
This commit is contained in:
parent
3b3b5cbb27
commit
254903f507
1 changed files with 0 additions and 4 deletions
|
@ -271,10 +271,6 @@ python.pkgs.buildPythonApplication rec {
|
|||
# Disable unneeded code coverage test
|
||||
substituteInPlace src/setup.cfg \
|
||||
--replace "--cov --cov-report=html --cov-report=xml" ""
|
||||
# OCR on NixOS recognizes the space in the picture, upstream CI doesn't.
|
||||
# See https://github.com/paperless-ngx/paperless-ngx/pull/2216
|
||||
substituteInPlace src/paperless_tesseract/tests/test_parser.py \
|
||||
--replace "this is awebp document" "this is a webp document"
|
||||
'';
|
||||
|
||||
disabledTests = [
|
||||
|
|
Loading…
Reference in a new issue