paperless-ngx: disable failing tests

These are due to a test-only dependency, so no functionality should be
impaired.
This commit is contained in:
Martin Weinelt 2024-10-24 17:04:43 +02:00
parent e60fd6d56f
commit cdeea95bc0
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -257,6 +257,10 @@ python.pkgs.buildPythonApplication rec {
"testNormalOperation"
# Something broken with new Tesseract and inline RTL/LTR overrides?
"test_rtl_language_detection"
# Broke during the pytest-httpx 0.30.0 -> 0.32.0 upgrade
"test_request_pdf_a_format"
"test_generate_pdf_html_email"
"test_generate_pdf_html_email_merge_failure"
];
doCheck = !stdenv.hostPlatform.isDarwin;