#1141004 python-datamodel-code-generator: FTBFS: E TypeError: ExternalFile._load_value() missing 1 required positional argument: 'which'

#1141004#5
Date:
2026-06-28 20:52:00 UTC
From:
To:
Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202606/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:python-datamodel-code-generator, so that this is still
visible in the BTS web page for this package.

Thanks.
--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:142: Building wheel for python3.13 with "build" module
I: pybuild base:385: python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13
* Building wheel...
Successfully built datamodel_code_generator-0.57.0-py3-none-any.whl

[... snipped ...]

FAILED tests/main/openapi/test_main_openapi.py::test_main_unique_items_default_set[msgspec.Struct-unique_items_default_set_msgspec.py]
FAILED tests/main/openapi/test_main_openapi.py::test_main_openapi_null_only_enum
FAILED tests/main/openapi/test_main_openapi.py::test_main_openapi_use_status_code_in_response_name
FAILED tests/main/openapi/test_main_openapi.py::test_main_openapi_request_bodies_scope
FAILED tests/main/openapi/test_main_openapi.py::test_main_openapi_request_bodies_scope_with_ref
FAILED tests/main/openapi/test_main_openapi.py::test_main_openapi_x_property_names
FAILED tests/main/openapi/test_main_openapi.py::test_main_openapi_x_property_names_non_dict
FAILED tests/main/openapi/test_main_openapi.py::test_query_parameters_with_model_config
FAILED tests/main/openapi/test_main_openapi.py::test_main_openapi_use_default_with_default_values_parameters
FAILED tests/main/openapi/test_main_openapi.py::test_main_openapi_include_paths
FAILED tests/main/openapi/test_main_openapi.py::test_main_openapi_include_paths_without_leading_slash
FAILED tests/main/openapi/test_main_openapi.py::test_main_openapi_deprecated_field
FAILED tests/main/openapi/test_main_openapi.py::test_main_openapi_recursive_ref_discriminator
FAILED tests/main/openapi/test_main_openapi.py::test_main_openapi_recursive_ref_discriminator_pydantic_v2
FAILED tests/main/openapi/test_main_openapi.py::test_main_openapi_allof_array_ref_no_duplicate_model
FAILED tests/main/openapi/test_main_openapi.py::test_ref_merge_parameters - T...
FAILED tests/main/openapi/test_main_openapi.py::test_main_reuse_model_with_type_alias
FAILED tests/main/openapi/test_main_openapi.py::test_main_openapi_discriminated_oneof_allof_cycle
FAILED tests/main/test_dynamic_models.py::test_generated_code_matches_expected
FAILED tests/main/test_dynamic_models.py::test_multiple_aliases_required_field_code_output
FAILED tests/main/test_main_csv.py::test_csv_file - TypeError: ExternalFile._...
FAILED tests/main/test_main_csv.py::test_csv_stdin - TypeError: ExternalFile....
FAILED tests/main/test_main_general.py::test_show_help[False] - TypeError: Ex...
FAILED tests/main/test_main_general.py::test_show_help[True] - TypeError: Ext...
FAILED tests/main/test_main_general.py::test_space_and_special_characters_dict
FAILED tests/main/test_main_general.py::test_direct_input_dict - TypeError: E...
FAILED tests/main/test_main_general.py::test_frozen_dataclasses[False-PythonVersion.PY_310-frozen_dataclasses.py]
FAILED tests/main/test_main_general.py::test_frozen_dataclasses[True-PythonVersion.PY_310-frozen_dataclasses_keyword_only.py]
FAILED tests/main/test_main_general.py::test_frozen_dataclasses_command_line[extra_args0-frozen_dataclasses.py]
FAILED tests/main/test_main_general.py::test_frozen_dataclasses_command_line[extra_args1-frozen_dataclasses_keyword_only.py]
FAILED tests/main/test_main_general.py::test_class_decorators - TypeError: Ex...
FAILED tests/main/test_main_general.py::test_class_decorators_command_line - ...
FAILED tests/main/test_main_general.py::test_class_decorators_without_at_prefix
FAILED tests/main/test_main_general.py::test_class_decorators_with_empty_entries
FAILED tests/main/test_main_general.py::test_class_decorators_all_output_types[pydantic_v2]
FAILED tests/main/test_main_general.py::test_class_decorators_all_output_types[pydantic_v2_dataclass]
FAILED tests/main/test_main_general.py::test_class_decorators_all_output_types[dataclasses]
FAILED tests/main/test_main_general.py::test_class_decorators_all_output_types[msgspec]
FAILED tests/main/test_main_general.py::test_use_attribute_docstrings - TypeE...
FAILED tests/main/test_main_general.py::test_use_attribute_docstrings_command_line
FAILED tests/main/test_main_general.py::test_generate_cli_command_with_no_use_specialized_enum
FAILED tests/main/test_main_general.py::test_generate_cli_command_with_false_boolean
FAILED tests/main/test_main_general.py::test_generate_cli_command_with_true_boolean
FAILED tests/main/test_main_general.py::test_generate_cli_command_with_list_option
FAILED tests/main/test_main_general.py::test_type_overrides_model_level - Typ...
FAILED tests/main/test_main_general.py::test_type_overrides_external_lib - Ty...
FAILED tests/main/test_main_general.py::test_type_overrides_scoped - TypeErro...
FAILED tests/main/test_main_general.py::test_type_overrides_nested_types - Ty...
FAILED tests/main/test_main_general.py::test_skip_root_model - TypeError: Ext...
FAILED tests/main/test_main_general.py::test_skip_root_model_command_line - T...
FAILED tests/main/test_main_general.py::test_all_exports_scope_children - Typ...
FAILED tests/main/test_main_general.py::test_all_exports_scope_recursive_with_collision
FAILED tests/main/test_main_general.py::test_all_exports_scope_children_with_docstring_header
FAILED tests/main/test_main_general.py::test_all_exports_scope_recursive_collision_avoided_by_renaming
FAILED tests/main/test_main_general.py::test_all_exports_scope_recursive_with_full_prefix
FAILED tests/main/test_main_general.py::test_all_exports_collision_resolved_successfully
FAILED tests/main/test_main_general.py::test_all_exports_scope_recursive_jsonschema_multi_file
FAILED tests/main/test_main_general.py::test_all_exports_scope_children_no_child_exports
FAILED tests/main/test_main_general.py::test_all_exports_scope_children_with_local_models
FAILED tests/main/test_main_general.py::test_all_exports_scope_children_jsonschema_hyphenated_package
FAILED tests/main/test_main_general.py::test_use_specialized_enum_with_python_311_ok
FAILED tests/main/test_main_general.py::test_use_specialized_enum_pyproject_override_with_cli
FAILED tests/main/test_main_general.py::test_cli_input_overrides_pyproject_url
FAILED tests/main/test_main_general.py::test_cli_url_overrides_pyproject_input
FAILED tests/main/test_main_general.py::test_module_split_mode_single - TypeE...
FAILED tests/main/test_main_general.py::test_format_code_fallback_on_error - ...
FAILED tests/main/test_main_general.py::test_format_code_fallback_on_error_init_exports
FAILED tests/main/test_main_general.py::test_init_exports_without_formatting
FAILED tests/main/test_main_general.py::test_generate_parent_scoped_naming_backward_compat
FAILED tests/main/test_main_general.py::test_generate_returns_string_when_output_none
FAILED tests/main/test_main_general.py::test_generate_returns_string_with_pydantic_v2
FAILED tests/main/test_main_general.py::test_generate_returns_string_with_dataclass
FAILED tests/main/test_main_general.py::test_generate_uses_multiline_docstring_by_default
FAILED tests/main/test_main_general.py::test_generate_uses_single_line_docstring_when_enabled
FAILED tests/main/test_main_general.py::test_main_use_single_line_docstring
FAILED tests/main/test_main_general.py::test_generate_returns_dict_for_multiple_modules
FAILED tests/main/test_main_general.py::test_generate_returns_string_with_custom_file_header
FAILED tests/main/test_main_general.py::test_generate_returns_string_with_custom_file_header_and_code
FAILED tests/main/test_main_general.py::test_generate_returns_string_with_custom_file_header_no_future
FAILED tests/main/test_main_general.py::test_generate_with_dict_jsonschema - ...
FAILED tests/main/test_main_general.py::test_generate_with_dict_openapi - Typ...
FAILED tests/main/test_main_general.py::test_generate_with_dict_openapi_validation_warns
FAILED tests/main/test_main_general.py::test_generate_with_config_object - Ty...
FAILED tests/main/test_main_general.py::test_generate_config_with_union_mode
FAILED tests/main/test_main_general.py::test_generate_with_imported_config_from_top_level
FAILED tests/main/test_main_json.py::test_main_json - TypeError: ExternalFile...
FAILED tests/main/test_main_json.py::test_space_and_special_characters_json
FAILED tests/main/test_main_json.py::test_main_json_array_include_null - Type...
FAILED tests/main/test_main_json.py::test_main_json_reuse_model - TypeError: ...
FAILED tests/main/test_main_json.py::test_main_json_reuse_model_pydantic2 - T...
FAILED tests/main/test_main_json.py::test_main_json_collapse_reuse_model - Ty...
FAILED tests/main/test_main_json.py::test_simple_json_snake_case_field - Type...
FAILED tests/main/test_main_json.py::test_main_http_json - TypeError: Externa...
FAILED tests/main/test_main_json.py::test_main_typed_dict_space_and_special_characters
FAILED tests/main/test_main_json.py::test_main_json_snake_case_field - TypeEr...
FAILED tests/main/test_main_yaml.py::test_main_yaml - TypeError: ExternalFile...
FAILED tests/main/test_main_yaml.py::test_main_yaml_scientific_notation - Typ...
FAILED tests/parser/test_graphql.py::test_graphql_field_enum - TypeError: Ext...
FAILED tests/parser/test_graphql.py::test_graphql_union_aliased_bug - TypeErr...
FAILED tests/parser/test_graphql.py::test_graphql_union_commented - TypeError...
FAILED tests/parser/test_graphql.py::test_graphql_union_with_prefix - TypeErr...
FAILED tests/parser/test_graphql.py::test_graphql_no_typename - TypeError: Ex...
FAILED tests/parser/test_jsonschema.py::test_parse_nested_array - TypeError: ...
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse[True-True-None]
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse[False-True-None]
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse[True-False-None]
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse[True-True-custom_module.Base]
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_duplicate_models
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_duplicate_model_with_simplify
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_resolved_models
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_enum_models - ...
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_anyof - TypeEr...
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_anyof_required
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_nested_anyof
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_oneof - TypeEr...
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_nested_oneof
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_allof_ref - Ty...
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_allof - TypeEr...
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_allof_required_fields
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_alias - TypeEr...
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_modular - Type...
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_additional_properties[True-True-None]
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_additional_properties[False-True-None]
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_additional_properties[True-False-None]
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_additional_properties[True-True-custom_module.Base]
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_array_enum - T...
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_required_null
FAILED tests/parser/test_openapi.py::test_openapi_parser_parse_any - TypeErro...
FAILED tests/parser/test_openapi.py::test_openapi_parser_responses_without_content
FAILED tests/parser/test_openapi.py::test_openapi_parser_responses_with_tag
FAILED tests/parser/test_openapi.py::test_openapi_parser_array_called_fields_with_one_of_items
FAILED tests/test_input_model.py::test_input_model_pydantic_basemodel - TypeE...
FAILED tests/test_input_model.py::test_input_model_pydantic_to_typeddict - Ty...
FAILED tests/test_input_model.py::test_input_model_pydantic_with_jsonschema_type
FAILED tests/test_input_model.py::test_input_model_dict_with_jsonschema - Typ...
FAILED tests/test_input_model.py::test_input_model_dict_openapi - TypeError: ...
FAILED tests/test_input_model.py::test_input_model_std_dataclass - TypeError:...
FAILED tests/test_input_model.py::test_input_model_pydantic_dataclass - TypeE...
FAILED tests/test_input_model.py::test_input_model_typeddict - TypeError: Ext...
FAILED tests/test_input_model.py::test_input_model_adds_cwd_to_sys_path - Typ...
FAILED tests/test_input_model.py::test_input_model_path_format - TypeError: E...
FAILED tests/test_input_model.py::test_input_model_path_format_filename_only
FAILED tests/test_input_model.py::test_input_model_preserves_python_types[set_type]
FAILED tests/test_input_model.py::test_input_model_preserves_python_types[frozenset_type]
FAILED tests/test_input_model.py::test_input_model_preserves_python_types[mapping_type]
FAILED tests/test_input_model.py::test_input_model_preserves_python_types[sequence_type]
FAILED tests/test_input_model.py::test_input_model_preserves_python_types[nested_model_types]
FAILED tests/test_input_model.py::test_input_model_x_python_type_output_formats[typing.TypedDict-model_with_python_types_typeddict.py]
FAILED tests/test_input_model.py::test_input_model_x_python_type_output_formats[dataclasses.dataclass-model_with_python_types_dataclass.py]
FAILED tests/test_input_model.py::test_input_model_dataclass_with_python_types
FAILED tests/test_input_model.py::test_input_model_recursive_model_types - Ty...
FAILED tests/test_input_model.py::test_input_model_optional_types[optional_set]
FAILED tests/test_input_model.py::test_input_model_optional_types[union_none_frozenset]
FAILED tests/test_input_model.py::test_input_model_optional_types[optional_mapping_union_syntax]
FAILED tests/test_input_model.py::test_input_model_callable_types[basic] - Ty...
FAILED tests/test_input_model.py::test_input_model_callable_types[multi_param]
FAILED tests/test_input_model.py::test_input_model_callable_types[variadic]
FAILED tests/test_input_model.py::test_input_model_callable_types[no_param]
FAILED tests/test_input_model.py::test_input_model_callable_types[optional]
FAILED tests/test_input_model.py::test_input_model_callable_types[type_field]
FAILED tests/test_input_model.py::test_input_model_callable_types[nested] - T...
FAILED tests/test_input_model.py::test_input_model_nested_model_with_callable
FAILED tests/test_input_model.py::test_input_model_custom_class - TypeError: ...
FAILED tests/test_input_model.py::test_input_model_union_callable - TypeError...
FAILED tests/test_input_model.py::test_input_model_custom_generic_type_import
FAILED tests/test_input_model.py::test_input_model_default_put_dict_import - ...
FAILED tests/test_input_model.py::test_input_model_ref_strategy_regenerate_all_default
FAILED tests/test_input_model.py::test_input_model_ref_strategy_regenerate_all_explicit
FAILED tests/test_input_model.py::test_input_model_ref_strategy_reuse_foreign
FAILED tests/test_input_model.py::test_input_model_ref_strategy_reuse_foreign_no_regeneration
FAILED tests/test_input_model.py::test_input_model_ref_strategy_reuse_all - T...
FAILED tests/test_input_model.py::test_input_model_ref_strategy_reuse_all_no_regeneration
FAILED tests/test_input_model.py::test_input_model_ref_strategy_no_nested_types
FAILED tests/test_input_model.py::test_input_model_ref_strategy_dataclass_reuse_foreign
FAILED tests/test_input_model.py::test_input_model_ref_strategy_typeddict_reuse_all
FAILED tests/test_input_model.py::test_input_model_ref_strategy_typeddict_reuse_foreign
FAILED tests/test_input_model.py::test_input_model_ref_strategy_reuse_foreign_same_family_typeddict
FAILED tests/test_input_model.py::test_input_model_ref_strategy_reuse_foreign_different_family_regenerate
FAILED tests/test_input_model.py::test_input_model_ref_strategy_reuse_foreign_same_family_dataclass
FAILED tests/test_input_model.py::test_input_model_ref_strategy_reuse_foreign_mixed_types
FAILED tests/test_input_model.py::test_input_model_ref_strategy_reuse_foreign_pydantic_output
FAILED tests/test_input_model.py::test_input_model_ref_strategy_reuse_foreign_msgspec_output
FAILED tests/test_input_model.py::test_input_model_config_class - TypeError: ...
FAILED tests/test_input_model.py::test_input_model_single_with_inheritance - ...
FAILED tests/test_input_model.py::test_input_model_single_multi_level_inheritance
FAILED tests/test_input_model.py::test_input_model_single_no_inheritance - Ty...
FAILED tests/test_input_model.py::test_input_model_multiple_forked_inheritance
FAILED tests/test_input_model.py::test_input_model_multiple_mixed_inheritance
FAILED tests/test_input_model.py::test_input_model_multiple_with_pydantic_output
FAILED tests/test_input_model.py::test_input_model_multiple_with_dataclass_output
FAILED tests/test_input_model.py::test_input_model_multiple_same_module - Typ...
FAILED tests/test_input_model.py::test_input_model_multiple_file_path_format
FAILED tests/test_input_model.py::test_input_model_multiple_with_ref_strategy
FAILED tests/test_input_model.py::test_input_model_empty_child_no_properties
FAILED tests/test_input_model.py::test_input_model_optional_only_child_no_required
FAILED tests/test_input_model.py::test_input_model_cwd_already_in_path - Type...
FAILED tests/test_input_model.py::test_input_model_config_string_coercion - T...
FAILED tests/test_main_kr.py::test_main - TypeError: ExternalFile._load_value...
FAILED tests/test_main_kr.py::test_main_base_class - TypeError: ExternalFile....
FAILED tests/test_main_kr.py::test_target_python_version - TypeError: Externa...
FAILED tests/test_main_kr.py::test_main_modular - TypeError: ExternalFile._lo...
FAILED tests/test_main_kr.py::test_main_modular_no_file - TypeError: External...
FAILED tests/test_main_kr.py::test_main_no_file - TypeError: ExternalFile._lo...
FAILED tests/test_main_kr.py::test_main_custom_template_dir - TypeError: Exte...
FAILED tests/test_main_kr.py::test_pyproject_with_tool_section - TypeError: E...
FAILED tests/test_main_kr.py::test_main_use_schema_description - TypeError: E...
FAILED tests/test_main_kr.py::test_main_docstring_special_chars - TypeError: ...
FAILED tests/test_main_kr.py::test_main_use_field_description - TypeError: Ex...
FAILED tests/test_main_kr.py::test_main_use_inline_field_description - TypeEr...
FAILED tests/test_main_kr.py::test_main_use_field_description_example - TypeE...
FAILED tests/test_main_kr.py::test_main_use_field_description_example_dataclass
FAILED tests/test_main_kr.py::test_main_use_field_description_with_example - ...
FAILED tests/test_main_kr.py::test_main_use_inline_field_description_with_example
FAILED tests/test_main_kr.py::test_main_use_inline_field_description_example_only
FAILED tests/test_main_kr.py::test_main_use_field_description_example_multiple
FAILED tests/test_main_kr.py::test_capitalise_enum_members_builtin_conflict
FAILED tests/test_main_kr.py::test_capitalise_enum_members_and_use_subclass_enum_builtin_conflict
FAILED tests/test_main_kr.py::test_use_subclass_enum_builtin_conflict_no_capitalise
FAILED tests/test_main_kr.py::test_no_subclass_enum_no_capitalise_builtin_names
FAILED tests/test_main_kr.py::test_generate_pyproject_config_basic - TypeErro...
FAILED tests/test_main_kr.py::test_generate_pyproject_config_with_boolean_options
FAILED tests/test_main_kr.py::test_generate_pyproject_config_with_list_options
FAILED tests/test_main_kr.py::test_generate_pyproject_config_with_multiple_options
FAILED tests/test_main_kr.py::test_generate_pyproject_config_excludes_meta_options
FAILED tests/test_main_kr.py::test_generate_pyproject_config_with_enum_option
FAILED tests/test_main_kr.py::test_generate_cli_command_basic - TypeError: Ex...
FAILED tests/test_main_kr.py::test_generate_cli_command_with_boolean_options
FAILED tests/test_main_kr.py::test_generate_cli_command_with_list_options - T...
FAILED tests/test_main_kr.py::test_generate_cli_command_with_multiple_options
FAILED tests/test_main_kr.py::test_generate_cli_command_with_no_use_specialized_enum
FAILED tests/test_main_kr.py::test_generate_cli_command_with_spaces_in_values
FAILED tests/test_main_kr.py::test_generate_cli_command_with_false_boolean - ...
FAILED tests/test_main_kr.py::test_generate_cli_command_excludes_excluded_options
FAILED tests/test_main_kr.py::test_pyproject_with_profile - TypeError: Extern...
FAILED tests/test_main_kr.py::test_ignore_pyproject_option - TypeError: Exter...
FAILED tests/test_main_kr.py::test_profile_overrides_base_config_shallow_merge
FAILED tests/test_main_kr.py::test_generate_cli_command_with_profile - TypeEr...
FAILED tests/test_main_kr.py::test_help_shows_new_options - TypeError: Extern...
FAILED tests/test_main_kr.py::test_pyproject_profile_inherits_base_settings
FAILED tests/test_main_kr.py::test_cli_args_override_profile_and_base - TypeE...
FAILED tests/test_main_kr.py::test_ignore_pyproject_with_profile - TypeError:...
FAILED tests/test_main_kr.py::test_allof_with_description_generates_class_not_alias
FAILED tests/test_main_kr.py::test_use_decimal_for_multiple_of - TypeError: E...
FAILED tests/test_main_kr.py::test_use_pendulum - TypeError: ExternalFile._lo...
FAILED tests/test_main_kr.py::test_use_non_positive_negative_number_constrained_types
FAILED tests/test_main_kr.py::test_use_non_positive_negative_number_constrained_types_with_use_annotated
FAILED tests/test_main_kr.py::test_include_path_parameters - TypeError: Exter...
FAILED tests/test_main_kr.py::test_no_alias - TypeError: ExternalFile._load_v...
FAILED tests/test_main_kr.py::test_use_serialization_alias - TypeError: Exter...
FAILED tests/test_main_kr.py::test_custom_file_header - TypeError: ExternalFi...
FAILED tests/test_main_kr.py::test_url_with_http_headers - TypeError: Externa...
FAILED tests/test_main_kr.py::test_http_local_ref_path_cli_doc - TypeError: E...
FAILED tests/test_main_kr.py::test_input_option - TypeError: ExternalFile._lo...
FAILED tests/test_main_kr.py::test_output_option - TypeError: ExternalFile._l...
FAILED tests/test_main_kr.py::test_encoding_option - TypeError: ExternalFile....
FAILED tests/test_main_kr.py::test_formatters_option - TypeError: ExternalFil...
FAILED tests/test_main_kr.py::test_custom_formatters_kwargs_option - TypeErro...
FAILED tests/test_main_kr.py::test_http_ignore_tls - TypeError: ExternalFile....
FAILED tests/test_main_kr.py::test_http_query_parameters - TypeError: Externa...
FAILED tests/test_main_kr.py::test_http_timeout - TypeError: ExternalFile._lo...
FAILED tests/test_main_kr.py::test_ignore_pyproject_cli_doc - TypeError: Exte...
FAILED tests/test_main_kr.py::test_shared_module_name - TypeError: ExternalFi...
FAILED tests/test_main_kr.py::test_use_exact_imports - TypeError: ExternalFil...
FAILED tests/test_main_kr.py::test_target_python_version_outputs - TypeError:...
FAILED tests/test_main_kr.py::test_target_pydantic_version - TypeError: Exter...
FAILED tests/test_main_kr.py::test_generate_prompt_basic - TypeError: Externa...
FAILED tests/test_main_kr.py::test_generate_prompt_with_question - TypeError:...
FAILED tests/test_main_kr.py::test_generate_prompt_with_options - TypeError: ...
FAILED tests/test_main_kr.py::test_generate_prompt_with_list_options - TypeEr...
FAILED tests/test_main_kr.py::test_profile_extends_single_parent - TypeError:...
FAILED tests/test_main_kr.py::test_profile_extends_multiple_parents - TypeErr...
FAILED tests/test_main_kr.py::test_profile_extends_chain - TypeError: Externa...
FAILED tests/test_main_kr.py::test_profile_extends_child_overrides_parent - T...
=== 1114 failed, 1020 passed, 10 skipped, 10 deselected in 205.58s (0:03:25) ===
E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest -k 'not test_openapi_parser_parse_remote_ref and not test_ruff and not test_type_checking_imports_default_to_runtime_imports_for_modular_pydantic_ruff and not test_generate_multi_module_pydantic_ruff_defaults_to_runtime_imports and not test_use_type_checking_imports_for_multi_module_pydantic_ruff and not test_openapi_parser_parse_modular_pydantic_v2_ruff_keeps_runtime_imports and not test_no_use_type_checking_imports'
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.13 3.14" --parallel=2 returned exit code 13
make: *** [debian/rules:18: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------