diff --git a/pkgs/development/python-modules/docling/default.nix b/pkgs/development/python-modules/docling/default.nix index 63d0a53f98f0..7e60149238a0 100644 --- a/pkgs/development/python-modules/docling/default.nix +++ b/pkgs/development/python-modules/docling/default.nix @@ -177,6 +177,7 @@ buildPythonPackage rec { "tests/test_document_picture_classifier.py" "tests/test_e2e_conversion.py" "tests/test_e2e_ocr_conversion.py" + "tests/test_input_doc.py" "tests/test_interfaces.py" "tests/test_invalid_input.py" "tests/test_legacy_format_transform.py"