Skip to content

Fix pytest.parametrize with kwargs#342

Merged
MatthewMckee4 merged 2 commits intomainfrom
parametrize-fix
Dec 28, 2025
Merged

Fix pytest.parametrize with kwargs#342
MatthewMckee4 merged 2 commits intomainfrom
parametrize-fix

Conversation

@MatthewMckee4
Copy link
Member

Summary

Previously if you used pytest parametrize with kwargs like argvalues=, we would not see these and emit missing fixtures error. This is now fixed

@MatthewMckee4 MatthewMckee4 added the bug Something isn't working label Dec 28, 2025
@MatthewMckee4 MatthewMckee4 changed the title Fix parametrize with kwargs Fix pytest.parametrize with kwargs Dec 28, 2025
@github-actions
Copy link

github-actions bot commented Dec 28, 2025

Project Diff Results

View diff
4c4
< test result: FAILED. 376 passed; 33 failed; 4 skipped
---
> test result: FAILED. 377 passed; 32 failed; 4 skipped
6c6
< test result: FAILED. 9754 passed; 1235 failed; 377 skipped
---
> test result: FAILED. 9798 passed; 1223 failed; 377 skipped
New outputs
affect

stdout


test result: ok. 256 passed; 0 failed; 0 skipped; finished in 456ms

stderr

----------------

pydantic-settings

stdout


diagnostics:

tests/test_settings.py:735:5: error[test-failure] Test `test_alias_resolution_init_source` failed
tests/test_source_cli.py:241:5: error[missing-fixtures] Test `test_cli_alias_subcommand_and_positional_args` has missing fixtures: `capsys`
tests/test_source_cli.py:345:5: error[missing-fixtures] Test `test_cli_alias_nested_arg` has missing fixtures: `capsys`
tests/test_source_cli.py:345:5: error[missing-fixtures] Test `test_cli_alias_nested_arg` has missing fixtures: `capsys`
tests/test_source_cli.py:405:5: error[missing-fixtures] Test `test_cli_alias_exceptions` has missing fixtures: `capsys`
tests/test_source_cli.py:490:5: error[missing-fixtures] Test `test_cli_help_string_format` has missing fixtures: `capsys`
tests/test_source_cli.py:1098:5: error[missing-fixtures] Test `test_cli_subcommand_union` has missing fixtures: `capsys`
tests/test_source_cli.py:1742:5: error[missing-fixtures] Test `test_cli_remove_empty_groups` has missing fixtures: `capsys`
tests/test_source_cli.py:1782:5: error[missing-fixtures] Test `test_cli_hide_none_type` has missing fixtures: `capsys`
tests/test_source_cli.py:2592:5: error[missing-fixtures] Test `test_cli_kebab_case` has missing fixtures: `capsys`
tests/test_source_pyproject_toml.py:178:5: error[missing-fixtures] Test `test_pyproject_toml_file_parent` has missing fixtures: `mocker`
tests/test_source_pyproject_toml.py:253:5: error[test-failure] Test `test_pyproject_toml_no_file` failed
tests/test_source_pyproject_toml.py:253:5: error[test-failure] Test `test_pyproject_toml_no_file` failed
tests/test_source_pyproject_toml.py:289:5: error[missing-fixtures] Test `test_pyproject_toml_no_file_too_shallow` has missing fixtures: `mocker`
tests/test_source_pyproject_toml.py:289:5: error[missing-fixtures] Test `test_pyproject_toml_no_file_too_shallow` has missing fixtures: `mocker`
tests/test_source_pyproject_toml.py:289:5: error[missing-fixtures] Test `test_pyproject_toml_no_file_too_shallow` has missing fixtures: `mocker`
tests/test_source_cli.py:465:5: error[missing-fixtures] Test `test_cli_help_differentiation` has missing fixtures: `capsys`
tests/test_source_cli.py:547:5: error[missing-fixtures] Test `test_cli_help_union_of_models` has missing fixtures: `capsys`
tests/test_source_cli.py:1698:5: error[missing-fixtures] Test `test_cli_avoid_json` has missing fixtures: `capsys`
tests/test_source_cli.py:2329:5: error[missing-fixtures] Test `test_cli_suppress` has missing fixtures: `capsys`
tests/test_source_cli.py:2386:5: error[missing-fixtures] Test `test_cli_mutually_exclusive_group` has missing fixtures: `capsys`
tests/test_source_nested_secrets.py:301:5: error[test-failure] Test `test_multiple_secrets_dirs` failed
tests/test_source_nested_secrets.py:301:5: error[test-failure] Test `test_multiple_secrets_dirs` failed
tests/test_source_nested_secrets.py:301:5: error[test-failure] Test `test_multiple_secrets_dirs` failed
tests/test_docs.py:60:5: error[missing-fixtures] Test `test_docs_examples` has missing fixtures: `example`, `eval_example`, `mocker`
tests/test_settings.py:1320:5: error[test-failure] Test `test_env_file_home_directory` failed
tests/test_source_cli.py:289:5: error[missing-fixtures] Test `test_cli_alias_arg` has missing fixtures: `capsys`
tests/test_source_cli.py:289:5: error[missing-fixtures] Test `test_cli_alias_arg` has missing fixtures: `capsys`
tests/test_source_cli.py:594:5: error[missing-fixtures] Test `test_cli_help_default_or_none_model` has missing fixtures: `capsys`
tests/test_source_cli.py:1442:5: error[missing-fixtures] Test `test_cli_enums` has missing fixtures: `capsys`
tests/test_source_cli.py:1818:5: error[missing-fixtures] Test `test_cli_use_class_docs_for_groups` has missing fixtures: `capsys`
tests/test_source_cli.py:1902:5: error[missing-fixtures] Test `test_cli_exit_on_error` has missing fixtures: `capsys`

test result: FAILED. 377 passed; 32 failed; 4 skipped; finished in 1316ms

stderr

----------------

pydantic

stdout


diagnostics:

tests/benchmarks/test_discriminated_unions.py:28:5: error[missing-fixtures] Test `test_schema_build` has missing fixtures: `benchmark`
tests/benchmarks/test_discriminated_unions.py:46:5: error[missing-fixtures] Test `test_efficiency_with_highly_nested_examples` has missing fixtures: `benchmark`
tests/benchmarks/test_imports.py:5:5: error[missing-fixtures] Test `test_import_basemodel` has missing fixtures: `benchmark`
tests/benchmarks/test_imports.py:14:5: error[missing-fixtures] Test `test_import_field` has missing fixtures: `benchmark`
tests/benchmarks/test_model_serialization.py:9:5: error[missing-fixtures] Test `test_simple_model_serialization` has missing fixtures: `benchmark`
tests/benchmarks/test_model_serialization.py:15:5: error[missing-fixtures] Test `test_nested_model_serialization` has missing fixtures: `benchmark`
tests/benchmarks/test_model_serialization.py:23:5: error[missing-fixtures] Test `test_complex_model_serialization` has missing fixtures: `benchmark`
tests/benchmarks/test_model_serialization.py:29:5: error[missing-fixtures] Test `test_list_of_models_serialization` has missing fixtures: `benchmark`
tests/benchmarks/test_model_serialization.py:38:5: error[missing-fixtures] Test `test_model_json_serialization` has missing fixtures: `benchmark`
tests/benchmarks/test_validators_build.py:4:5: error[missing-fixtures] Test `test_validators_build` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:67:5: error[missing-fixtures] Test `test_json_direct_list_str` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:76:5: error[missing-fixtures] Test `test_python_json_list_str` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:88:5: error[missing-fixtures] Test `test_json_any_list_str` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:97:5: error[missing-fixtures] Test `test_json_direct_list_int` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:106:5: error[missing-fixtures] Test `test_json_any_list_int` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:115:5: error[missing-fixtures] Test `test_python_json_list_int` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:127:5: error[missing-fixtures] Test `test_python_json_list_none` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:139:5: error[missing-fixtures] Test `test_date_format` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:150:5: error[missing-fixtures] Test `test_date_format_function` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:168:5: error[missing-fixtures] Test `test_date_format_function_no_info` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:211:5: error[missing-fixtures] Test `test_core_model_py` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:241:5: error[missing-fixtures] Test `test_core_model_py_extra` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:258:5: error[missing-fixtures] Test `test_core_model_json` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:265:5: error[missing-fixtures] Test `test_core_model_json_extra` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:301:5: error[missing-fixtures] Test `test_model_exclude_unset_false` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:312:5: error[missing-fixtures] Test `test_model_exclude_unset_true` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:323:5: error[missing-fixtures] Test `test_model_list_core_json` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:353:5: error[missing-fixtures] Test `test_datetime` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:364:5: error[missing-fixtures] Test `test_datetime_seconds` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:380:5: error[missing-fixtures] Test `test_datetime_milliseconds` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:391:5: error[missing-fixtures] Test `test_uuid` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:402:5: error[missing-fixtures] Test `test_to_string_format` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:410:5: error[missing-fixtures] Test `test_to_string_direct` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:418:5: error[missing-fixtures] Test `test_filter` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:428:5: error[missing-fixtures] Test `test_to_json_list_of_lists` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:435:5: error[missing-fixtures] Test `test_ser_list_of_lists` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:466:5: error[missing-fixtures] Test `test_dataclass_serialization_python` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:474:5: error[missing-fixtures] Test `test_dataclass_serialization_json` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:482:5: error[missing-fixtures] Test `test_dataclass_to_json` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:488:5: error[missing-fixtures] Test `test_function_wrap_python` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_serialization_micro.py:499:5: error[missing-fixtures] Test `test_function_wrap_json` has missing fixtures: `benchmark`
tests/pydantic_core/test_garbage_collection.py:29:5: error[test-pass-on-expect-failure] Test `test_gc_schema_serializer` passes when expected to fail
tests/pydantic_core/test_garbage_collection.py:58:5: error[test-pass-on-expect-failure] Test `test_gc_schema_validator` passes when expected to fail
tests/pydantic_core/test_garbage_collection.py:87:5: error[test-pass-on-expect-failure] Test `test_gc_validator_iterator` passes when expected to fail
tests/pydantic_core/validators/test_arguments.py:1048:5: error[test-failure] Test `test_function_positional_only` failed
tests/pydantic_core/validators/test_arguments.py:1082:5: error[test-failure] Test `test_function_positional_only_default` failed
tests/pydantic_core/validators/test_arguments.py:1099:5: error[test-failure] Test `test_function_positional_kwargs` failed
tests/pydantic_core/validators/test_complex.py:201:5: error[test-failure] Test `test_complex_with_special_methods` failed
tests/pydantic_core/validators/test_complex.py:201:5: error[test-failure] Test `test_complex_with_special_methods` failed
tests/pydantic_core/validators/test_complex.py:201:5: error[test-failure] Test `test_complex_with_special_methods` failed
tests/pydantic_core/validators/test_complex.py:201:5: error[test-failure] Test `test_complex_with_special_methods` failed
tests/pydantic_core/validators/test_complex.py:201:5: error[test-failure] Test `test_complex_with_special_methods` failed
tests/pydantic_core/validators/test_complex.py:201:5: error[test-failure] Test `test_complex_with_special_methods` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_decimal.py:114:5: error[test-failure] Test `test_decimal_three_tuple_constructor` failed
tests/pydantic_core/validators/test_is_subclass.py:60:5: error[test-failure] Test `test_invalid_type` failed
tests/pydantic_core/validators/test_model.py:219:5: error[test-failure] Test `test_model_class_root_validator_wrap` failed
tests/pydantic_core/validators/test_model.py:258:5: error[test-failure] Test `test_model_class_root_validator_before` failed
tests/pydantic_core/validators/test_model.py:292:5: error[test-failure] Test `test_model_class_root_validator_after` failed
tests/pydantic_core/validators/test_model.py:478:5: error[test-failure] Test `test_model_class_not_type` failed
tests/pydantic_core/validators/test_tagged_union.py:88:5: error[test-failure] Test `test_simple_tagged_union` failed
tests/pydantic_core/validators/test_tagged_union.py:88:5: error[test-failure] Test `test_simple_tagged_union` failed
tests/pydantic_core/validators/test_tagged_union.py:88:5: error[test-failure] Test `test_simple_tagged_union` failed
tests/pydantic_core/validators/test_tagged_union.py:88:5: error[test-failure] Test `test_simple_tagged_union` failed
tests/pydantic_core/validators/test_tagged_union.py:88:5: error[test-failure] Test `test_simple_tagged_union` failed
tests/pydantic_core/validators/test_tagged_union.py:88:5: error[test-failure] Test `test_simple_tagged_union` failed
tests/pydantic_core/validators/test_tagged_union.py:88:5: error[test-failure] Test `test_simple_tagged_union` failed
tests/pydantic_core/validators/test_tagged_union.py:88:5: error[test-failure] Test `test_simple_tagged_union` failed
tests/pydantic_core/validators/test_tagged_union.py:88:5: error[test-failure] Test `test_simple_tagged_union` failed
tests/pydantic_core/validators/test_tagged_union.py:88:5: error[test-failure] Test `test_simple_tagged_union` failed
tests/pydantic_core/validators/test_tagged_union.py:88:5: error[test-failure] Test `test_simple_tagged_union` failed
tests/pydantic_core/validators/test_tagged_union.py:88:5: error[test-failure] Test `test_simple_tagged_union` failed
tests/pydantic_core/validators/test_tagged_union.py:88:5: error[test-failure] Test `test_simple_tagged_union` failed
tests/pydantic_core/validators/test_tagged_union.py:88:5: error[test-failure] Test `test_simple_tagged_union` failed
tests/pydantic_core/validators/test_tagged_union.py:164:5: error[test-failure] Test `test_int_choice_keys` failed
tests/pydantic_core/validators/test_tagged_union.py:164:5: error[test-failure] Test `test_int_choice_keys` failed
tests/pydantic_core/validators/test_tagged_union.py:164:5: error[test-failure] Test `test_int_choice_keys` failed
tests/pydantic_core/validators/test_tagged_union.py:164:5: error[test-failure] Test `test_int_choice_keys` failed
tests/pydantic_core/validators/test_tagged_union.py:164:5: error[test-failure] Test `test_int_choice_keys` failed
tests/pydantic_core/validators/test_tagged_union.py:164:5: error[test-failure] Test `test_int_choice_keys` failed
tests/pydantic_core/validators/test_tagged_union.py:164:5: error[test-failure] Test `test_int_choice_keys` failed
tests/pydantic_core/validators/test_tagged_union.py:164:5: error[test-failure] Test `test_int_choice_keys` failed
tests/pydantic_core/validators/test_with_default.py:653:5: error[test-pass-on-expect-failure] Test `test_leak_with_default` passes when expected to fail
tests/pydantic_core/validators/test_with_default.py:859:5: error[missing-fixtures] Test `test_default_factory_not_called_if_existing_error` has missing fixtures: `container_schema_builder`
tests/pydantic_core/validators/test_with_default.py:946:5: error[missing-fixtures] Test `test_default_factory_not_called_union_ok` has missing fixtures: `container_schema_builder`
tests/test_annotated.py:162:5: error[test-failure] Test `test_config_field_info` failed
tests/test_annotated.py:280:5: error[test-failure] Test `test_merge_field_infos_type_adapter` failed
tests/test_annotated.py:312:5: error[test-failure] Test `test_merge_field_infos_model` failed
tests/test_config.py:545:5: error[test-failure] Test `test_config_validation_error_cause` failed
tests/test_config.py:710:5: error[test-failure] Test `test_config_model_defer_build` failed
tests/test_config.py:710:5: error[test-failure] Test `test_config_model_defer_build` failed
tests/test_config.py:780:5: error[test-failure] Test `test_config_model_type_adapter_defer_build` failed
tests/test_config.py:780:5: error[test-failure] Test `test_config_model_type_adapter_defer_build` failed
tests/test_config.py:803:5: error[test-failure] Test `test_config_plain_type_adapter_defer_build` failed
tests/test_config.py:803:5: error[test-failure] Test `test_config_plain_type_adapter_defer_build` failed
tests/test_config.py:820:5: error[test-failure] Test `test_config_model_defer_build_nested` failed
tests/test_config.py:820:5: error[test-failure] Test `test_config_model_defer_build_nested` failed
tests/test_config.py:872:5: error[test-failure] Test `test_defer_build_json_schema` failed
tests/test_config.py:884:5: error[test-failure] Test `test_partial_creation_with_defer_build` failed
tests/test_json_schema.py:178:5: error[test-failure] Test `test_by_alias_generator` failed
tests/test_json_schema.py:290:5: error[test-failure] Test `test_enum_modify_schema` failed
tests/test_json_schema.py:458:5: error[test-failure] Test `test_list_enum_schema_extras` failed
tests/test_json_schema.py:517:5: error[test-failure] Test `test_decimal_json_schema` failed
tests/test_json_schema.py:558:5: error[test-failure] Test `test_list_sub_model` failed
tests/test_json_schema.py:612:5: error[test-failure] Test `test_any` failed
tests/test_json_schema.py:697:5: error[test-failure] Test `test_bool` failed
tests/test_json_schema.py:858:5: error[test-failure] Test `test_complex_types` failed
tests/test_json_schema.py:936:5: error[test-failure] Test `test_str_constrained_types` failed
tests/test_json_schema.py:936:5: error[test-failure] Test `test_str_constrained_types` failed
tests/test_json_schema.py:959:5: error[test-failure] Test `test_special_str_types` failed
tests/test_json_schema.py:959:5: error[test-failure] Test `test_special_str_types` failed
tests/test_json_schema.py:959:5: error[test-failure] Test `test_special_str_types` failed
tests/test_json_schema.py:987:5: error[test-failure] Test `test_secret_types` failed
tests/test_json_schema.py:987:5: error[test-failure] Test `test_secret_types` failed
tests/test_json_schema.py:1129:5: error[test-failure] Test `test_json_type` failed
tests/test_json_schema.py:1236:5: error[test-failure] Test `test_ipv4network_type` failed
tests/test_json_schema.py:1302:5: error[test-failure] Test `test_callable_type` failed
tests/test_json_schema.py:1302:5: error[test-failure] Test `test_callable_type` failed
tests/test_json_schema.py:1302:5: error[test-failure] Test `test_callable_type` failed
tests/test_json_schema.py:1302:5: error[test-failure] Test `test_callable_type` failed
tests/test_json_schema.py:1302:5: error[test-failure] Test `test_callable_type` failed
tests/test_json_schema.py:1302:5: error[test-failure] Test `test_callable_type` failed
tests/test_json_schema.py:1302:5: error[test-failure] Test `test_callable_type` failed
tests/test_json_schema.py:1302:5: error[test-failure] Test `test_callable_type` failed
tests/test_json_schema.py:1508:5: error[test-failure] Test `test_schema_overrides_w_union` failed
tests/test_json_schema.py:1749:5: error[test-failure] Test `test_enum_int_default` failed
tests/test_json_schema.py:1787:5: error[test-failure] Test `test_property_names_constraint` failed
tests/test_json_schema.py:1824:5: error[test-failure] Test `test_model_default` failed
tests/test_json_schema.py:2005:5: error[test-failure] Test `test_docstring` failed
tests/test_json_schema.py:2005:5: error[test-failure] Test `test_docstring` failed
tests/test_json_schema.py:2005:5: error[test-failure] Test `test_docstring` failed
tests/test_json_schema.py:2005:5: error[test-failure] Test `test_docstring` failed
tests/test_json_schema.py:2005:5: error[test-failure] Test `test_docstring` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2104:5: error[test-failure] Test `test_constraints_schema_validation` failed
tests/test_json_schema.py:2275:5: error[test-failure] Test `test_schema_dict_constr` failed
tests/test_json_schema.py:2312:5: error[test-failure] Test `test_optional_dict` failed
tests/test_json_schema.py:2455:5: error[test-failure] Test `test_new_type_schema` failed
tests/test_json_schema.py:2544:5: error[test-failure] Test `test_literal_enum` failed
tests/test_json_schema.py:2565:5: error[test-failure] Test `test_literal_types` failed
tests/test_json_schema.py:2656:5: error[test-failure] Test `test_model_with_extra_ignore` failed
tests/test_json_schema.py:2739:5: error[test-failure] Test `test_typeddict_with_extra_forbid` failed
tests/test_json_schema.py:2754:5: error[test-failure] Test `test_typeddict_with_title` failed
tests/test_json_schema.py:2767:5: error[test-failure] Test `test_typeddict_with_json_schema_extra` failed
tests/test_json_schema.py:2880:5: error[test-failure] Test `test_subfield_field_info` failed
tests/test_json_schema.py:2898:5: error[test-failure] Test `test_dataclass` failed
tests/test_json_schema.py:2997:5: error[test-failure] Test `test_path_modify_schema` failed
tests/test_json_schema.py:3423:5: error[test-failure] Test `test_schema_for_generic_field` failed
tests/test_json_schema.py:3522:5: error[test-failure] Test `test_namedtuple_modify_schema` failed
tests/test_json_schema.py:3552:5: error[test-failure] Test `test_advanced_generic_schema` failed
tests/test_json_schema.py:3698:5: error[test-failure] Test `test_nested_generic` failed
tests/test_json_schema.py:3759:5: error[test-failure] Test `test_complex_nested_generic` failed
tests/test_json_schema.py:3805:5: error[test-failure] Test `test_modify_schema_dict_keys` failed
tests/test_json_schema.py:3828:5: error[test-failure] Test `test_remove_anyof_redundancy` failed
tests/test_json_schema.py:4232:5: error[test-failure] Test `test_discriminated_annotated_union_literal_enum` failed
tests/test_json_schema.py:4462:5: error[test-failure] Test `test_nested_python_dataclasses` failed
tests/test_json_schema.py:4500:5: error[test-failure] Test `test_discriminated_union_in_list` failed
tests/test_json_schema.py:4621:5: error[test-failure] Test `test_secrets_schema` failed
tests/test_json_schema.py:4621:5: error[test-failure] Test `test_secrets_schema` failed
tests/test_json_schema.py:4621:5: error[test-failure] Test `test_secrets_schema` failed
tests/test_json_schema.py:4621:5: error[test-failure] Test `test_secrets_schema` failed
tests/test_json_schema.py:4621:5: error[test-failure] Test `test_secrets_schema` failed
tests/test_json_schema.py:4621:5: error[test-failure] Test `test_secrets_schema` failed
tests/test_json_schema.py:4667:5: error[test-failure] Test `test_generate_json_schema_generate_twice` failed
tests/test_json_schema.py:4843:5: error[test-failure] Test `test_annotated_get_json_schema` failed
tests/test_json_schema.py:4878:5: error[test-failure] Test `test_model_with_schema_extra` failed
tests/test_json_schema.py:4942:5: error[test-failure] Test `test_model_with_schema_extra_callable_no_model_class_config_class` failed
tests/test_json_schema.py:4977:5: error[test-failure] Test `test_model_with_schema_extra_callable_instance_method` failed
tests/test_json_schema.py:5219:5: error[test-failure] Test `test_sequence_schema` failed
tests/test_json_schema.py:5219:5: error[test-failure] Test `test_sequence_schema` failed
tests/test_json_schema.py:5420:5: error[test-failure] Test `test_json_or_python_schema` failed
tests/test_json_schema.py:5719:5: error[test-failure] Test `test_skip_json_schema_exclude_default` failed
tests/test_json_schema.py:6048:5: error[test-failure] Test `test_callable_json_schema_extra_dataclass` failed
tests/test_json_schema.py:6080:5: error[test-failure] Test `test_model_rebuild_happens_even_with_parent_classes` failed
tests/test_json_schema.py:6140:5: error[test-failure] Test `test_json_schema_mode_override` failed
tests/test_json_schema.py:6268:5: error[test-failure] Test `test_recursive_json_schema_build` failed
tests/test_json_schema.py:6382:5: error[test-failure] Test `test_default_value_encoding` failed
tests/test_json_schema.py:6382:5: error[test-failure] Test `test_default_value_encoding` failed
tests/test_json_schema.py:6424:5: error[test-failure] Test `test_deprecated_subclasses_json_schema` failed
tests/test_json_schema.py:6424:5: error[test-failure] Test `test_deprecated_subclasses_json_schema` failed
tests/test_json_schema.py:6424:5: error[test-failure] Test `test_deprecated_subclasses_json_schema` failed
tests/test_json_schema.py:6424:5: error[test-failure] Test `test_deprecated_subclasses_json_schema` failed
tests/test_json_schema.py:6552:5: error[test-failure] Test `test_plain_serializer_applies_to_default` failed
tests/test_json_schema.py:6677:5: error[test-failure] Test `test_annotated_field_validator_input_type` failed
tests/test_json_schema.py:6863:5: error[test-failure] Test `test_examples_as_property_key` failed
tests/test_json_schema.py:6977:5: error[test-failure] Test `test_json_schema_arguments_v3_var_kwargs_unpacked_typed_dict_not_required` failed
tests/test_json_schema.py:7004:5: error[test-failure] Test `test_json_schema_arguments_v3_aliases` failed
tests/test_json_schema.py:7042:5: error[test-failure] Test `test_decimal_pattern_reject_invalid_values_with_only_decimal_places_set` failed
tests/test_json_schema.py:7042:5: error[test-failure] Test `test_decimal_pattern_reject_invalid_values_with_only_decimal_places_set` failed
tests/test_json_schema.py:7042:5: error[test-failure] Test `test_decimal_pattern_reject_invalid_values_with_only_decimal_places_set` failed
tests/test_json_schema.py:7042:5: error[test-failure] Test `test_decimal_pattern_reject_invalid_values_with_only_decimal_places_set` failed
tests/test_json_schema.py:7042:5: error[test-failure] Test `test_decimal_pattern_reject_invalid_values_with_only_decimal_places_set` failed
tests/test_json_schema.py:7042:5: error[test-failure] Test `test_decimal_pattern_reject_invalid_values_with_only_decimal_places_set` failed
tests/test_json_schema.py:7042:5: error[test-failure] Test `test_decimal_pattern_reject_invalid_values_with_only_decimal_places_set` failed
tests/test_json_schema.py:7042:5: error[test-failure] Test `test_decimal_pattern_reject_invalid_values_with_only_decimal_places_set` failed
tests/test_json_schema.py:7052:5: error[test-failure] Test `test_decimal_pattern_with_only_max_digit_set` failed
tests/test_json_schema.py:7052:5: error[test-failure] Test `test_decimal_pattern_with_only_max_digit_set` failed
tests/test_json_schema.py:7052:5: error[test-failure] Test `test_decimal_pattern_with_only_max_digit_set` failed
tests/test_json_schema.py:7052:5: error[test-failure] Test `test_decimal_pattern_with_only_max_digit_set` failed
tests/test_json_schema.py:7052:5: error[test-failure] Test `test_decimal_pattern_with_only_max_digit_set` failed
tests/test_json_schema.py:7052:5: error[test-failure] Test `test_decimal_pattern_with_only_max_digit_set` failed
tests/test_json_schema.py:7052:5: error[test-failure] Test `test_decimal_pattern_with_only_max_digit_set` failed
tests/test_json_schema.py:7052:5: error[test-failure] Test `test_decimal_pattern_with_only_max_digit_set` failed
tests/test_json_schema.py:7072:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_unset` failed
tests/test_json_schema.py:7072:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_unset` failed
tests/test_json_schema.py:7072:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_unset` failed
tests/test_json_schema.py:7072:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_unset` failed
tests/test_json_schema.py:7072:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_unset` failed
tests/test_json_schema.py:7072:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_unset` failed
tests/test_json_schema.py:7072:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_unset` failed
tests/test_json_schema.py:7072:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_unset` failed
tests/test_json_schema.py:7072:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_unset` failed
tests/test_json_schema.py:7072:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_unset` failed
tests/test_json_schema.py:7072:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_unset` failed
tests/test_json_schema.py:7090:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_set` failed
tests/test_json_schema.py:7090:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_set` failed
tests/test_json_schema.py:7090:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_set` failed
tests/test_json_schema.py:7090:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_set` failed
tests/test_json_schema.py:7090:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_set` failed
tests/test_json_schema.py:7090:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_set` failed
tests/test_json_schema.py:7090:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_set` failed
tests/test_json_schema.py:7090:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_set` failed
tests/test_json_schema.py:7090:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_set` failed
tests/test_json_schema.py:7090:5: error[test-failure] Test `test_decimal_pattern_with_decimal_places_max_digits_set` failed
tests/test_json_schema.py:7109:5: error[test-failure] Test `test_decimal_pattern_with_max_digits_and_decimal_places_equal` failed
tests/test_json_schema.py:7109:5: error[test-failure] Test `test_decimal_pattern_with_max_digits_and_decimal_places_equal` failed
tests/test_json_schema.py:7109:5: error[test-failure] Test `test_decimal_pattern_with_max_digits_and_decimal_places_equal` failed
tests/test_json_schema.py:7109:5: error[test-failure] Test `test_decimal_pattern_with_max_digits_and_decimal_places_equal` failed
tests/test_json_schema.py:7109:5: error[test-failure] Test `test_decimal_pattern_with_max_digits_and_decimal_places_equal` failed
tests/test_json_schema.py:7109:5: error[test-failure] Test `test_decimal_pattern_with_max_digits_and_decimal_places_equal` failed
tests/test_json_schema.py:7116:5: error[test-failure] Test `test_decimal_pattern_reject_invalid_with_max_digits_and_decimal_places_equal` failed
tests/test_json_schema.py:7116:5: error[test-failure] Test `test_decimal_pattern_reject_invalid_with_max_digits_and_decimal_places_equal` failed
tests/test_json_schema.py:7116:5: error[test-failure] Test `test_decimal_pattern_reject_invalid_with_max_digits_and_decimal_places_equal` failed
tests/test_json_schema.py:7116:5: error[test-failure] Test `test_decimal_pattern_reject_invalid_with_max_digits_and_decimal_places_equal` failed
tests/test_json_schema.py:7116:5: error[test-failure] Test `test_decimal_pattern_reject_invalid_with_max_digits_and_decimal_places_equal` failed
tests/test_json_schema.py:7116:5: error[test-failure] Test `test_decimal_pattern_reject_invalid_with_max_digits_and_decimal_places_equal` failed
tests/test_main.py:2023:5: error[test-failure] Test `test_new_union_origin` failed
tests/test_main.py:3232:5: error[test-failure] Test `test_extra_validator_scalar` failed
tests/test_main.py:3261:5: error[test-failure] Test `test_extra_validator_field` failed
tests/test_main.py:3289:5: error[test-failure] Test `test_extra_validator_named` failed
tests/test_main.py:3446:5: error[test-failure] Test `test_help` failed
tests/test_main.py:3626:5: error[test-failure] Test `test_inherited_class_vars` failed
tests/test_migration.py:20:5: error[missing-fixtures] Test `test_moved_on_v2` has missing fixtures: `module`
tests/test_migration.py:25:5: error[missing-fixtures] Test `test_moved_but_not_warn_on_v2` has missing fixtures: `module`
tests/test_migration.py:31:5: error[missing-fixtures] Test `test_redirect_to_v1` has missing fixtures: `module`
tests/test_migration.py:36:5: error[missing-fixtures] Test `test_removed_on_v2` has missing fixtures: `module`
tests/test_parse.py:70:5: error[test-failure] Test `test_model_validate_root` failed
tests/test_type_adapter.py:73:5: error[test-failure] Test `test_global_namespace_variables` failed
tests/test_type_adapter.py:73:5: error[test-failure] Test `test_global_namespace_variables` failed
tests/test_type_adapter.py:93:5: error[test-failure] Test `test_model_global_namespace_variables` failed
tests/test_type_adapter.py:93:5: error[test-failure] Test `test_model_global_namespace_variables` failed
tests/test_type_adapter.py:116:5: error[test-failure] Test `test_local_namespace_variables` failed
tests/test_type_adapter.py:116:5: error[test-failure] Test `test_local_namespace_variables` failed
tests/test_type_adapter.py:139:5: error[test-failure] Test `test_model_local_namespace_variables` failed
tests/test_type_adapter.py:139:5: error[test-failure] Test `test_model_local_namespace_variables` failed
tests/test_type_adapter.py:164:5: error[test-failure] Test `test_top_level_fwd_ref` failed
tests/test_type_adapter.py:164:5: error[test-failure] Test `test_top_level_fwd_ref` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:599:5: error[test-failure] Test `test_core_schema_respects_defer_build` failed
tests/test_type_adapter.py:670:5: error[test-failure] Test `test_correct_frame_used_parametrized` failed
tests/test_types_zoneinfo.py:46:5: error[test-failure] Test `test_zoneinfo_json_schema` failed
tests/test_typing.py:117:5: error[test-failure] Test `test_parent_frame_namespace` failed
tests/benchmarks/test_attribute_access.py:38:5: error[missing-fixtures] Test `test_setattr` has missing fixtures: `benchmark`
tests/benchmarks/test_attribute_access.py:63:5: error[missing-fixtures] Test `test_getattr` has missing fixtures: `benchmark`
tests/benchmarks/test_model_schema_generation_recursive.py:11:5: error[missing-fixtures] Test `test_simple_recursive_model_schema_generation` has missing fixtures: `benchmark`
tests/benchmarks/test_model_schema_generation_recursive.py:20:5: error[missing-fixtures] Test `test_generic_recursive_model_schema_generation` has missing fixtures: `benchmark`
tests/benchmarks/test_model_schema_generation_recursive.py:31:5: error[missing-fixtures] Test `test_nested_recursive_model_schema_generation` has missing fixtures: `benchmark`
tests/benchmarks/test_model_schema_generation_recursive.py:45:5: error[missing-fixtures] Test `test_nested_recursive_generic_model_schema_generation` has missing fixtures: `benchmark`
tests/benchmarks/test_model_schema_generation_recursive.py:61:5: error[missing-fixtures] Test `test_recursive_discriminated_union_with_base_model` has missing fixtures: `benchmark`
tests/benchmarks/test_model_schema_generation_recursive.py:76:5: error[missing-fixtures] Test `test_deeply_nested_recursive_model_schema_generation` has missing fixtures: `benchmark`
tests/benchmarks/test_north_star.py:86:5: error[missing-fixtures] Test `test_north_star_validate_json` has missing fixtures: `north_star_data_bytes`, `benchmark`
tests/benchmarks/test_north_star.py:90:5: error[missing-fixtures] Test `test_north_star_validate_json_strict` has missing fixtures: `north_star_data_bytes`, `benchmark`
tests/benchmarks/test_north_star.py:97:5: error[missing-fixtures] Test `test_north_star_dump_json` has missing fixtures: `north_star_data_bytes`, `benchmark`
tests/benchmarks/test_north_star.py:102:5: error[missing-fixtures] Test `test_north_star_validate_python` has missing fixtures: `north_star_data_bytes`, `benchmark`
tests/benchmarks/test_north_star.py:106:5: error[missing-fixtures] Test `test_north_star_validate_python_strict` has missing fixtures: `north_star_data_bytes`, `benchmark`
tests/benchmarks/test_north_star.py:113:5: error[missing-fixtures] Test `test_north_star_dump_python` has missing fixtures: `north_star_data_bytes`, `benchmark`
tests/benchmarks/test_north_star.py:118:5: error[missing-fixtures] Test `test_north_star_json_loads` has missing fixtures: `north_star_data_bytes`, `benchmark`
tests/benchmarks/test_north_star.py:122:5: error[missing-fixtures] Test `test_north_star_json_dumps` has missing fixtures: `north_star_data_bytes`, `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:125:5: error[missing-fixtures] Test `test_bool_core` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:138:5: error[missing-fixtures] Test `test_small_class_core_dict` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:151:5: error[missing-fixtures] Test `test_small_class_core_model` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:174:5: error[missing-fixtures] Test `test_core_string_lax` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:184:5: error[missing-fixtures] Test `test_core_string_lax_wrong` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:199:5: error[missing-fixtures] Test `test_core_string_strict` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:209:5: error[missing-fixtures] Test `test_core_string_strict_wrong` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:224:5: error[missing-fixtures] Test `test_core_string_strict_wrong_str_e` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:239:5: error[missing-fixtures] Test `test_isinstance_string_lax_true` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:249:5: error[missing-fixtures] Test `test_isinstance_string_lax_false` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:258:5: error[missing-fixtures] Test `test_isinstance_string_strict_true` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:268:5: error[missing-fixtures] Test `test_isinstance_string_strict_false` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:290:5: error[missing-fixtures] Test `test_definition_model_core` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:323:5: error[missing-fixtures] Test `test_list_of_dict_models_core` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:340:5: error[missing-fixtures] Test `test_list_of_ints_core_py` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:350:5: error[missing-fixtures] Test `test_list_of_ints_core_json` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:365:5: error[missing-fixtures] Test `test_list_of_strs_py_cached` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:372:5: error[missing-fixtures] Test `test_list_of_strs_json_cached` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:380:5: error[missing-fixtures] Test `test_list_of_strs_json_uncached` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:388:5: error[missing-fixtures] Test `test_list_of_any_core_py` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:402:5: error[missing-fixtures] Test `test_set_of_ints_core` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:412:5: error[missing-fixtures] Test `test_set_of_ints_core_duplicates` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:422:5: error[missing-fixtures] Test `test_set_of_ints_core_length` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:432:5: error[missing-fixtures] Test `test_set_of_ints_core_json` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:444:5: error[missing-fixtures] Test `test_set_of_ints_core_json_duplicates` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:460:5: error[missing-fixtures] Test `test_frozenset_of_ints_core` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:467:5: error[missing-fixtures] Test `test_frozenset_of_ints_duplicates_core` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:477:5: error[missing-fixtures] Test `test_dict_of_ints_core` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:489:5: error[missing-fixtures] Test `test_dict_of_any_core` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:499:5: error[missing-fixtures] Test `test_dict_of_ints_core_json` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:516:5: error[missing-fixtures] Test `test_many_models_core_dict` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:529:5: error[missing-fixtures] Test `test_many_models_core_model` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:550:5: error[missing-fixtures] Test `test_list_of_nullable_core` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:562:5: error[missing-fixtures] Test `test_bytes_core` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:820:5: error[missing-fixtures] Test `test_dont_raise_error` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:832:5: error[missing-fixtures] Test `test_dont_raise_error_no_info` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:844:5: error[missing-fixtures] Test `test_raise_error_value_error` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:861:5: error[missing-fixtures] Test `test_raise_error_custom` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:878:5: error[missing-fixtures] Test `test_positional_tuple` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:896:5: error[missing-fixtures] Test `test_variable_tuple` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:904:5: error[missing-fixtures] Test `test_tuple_many_variable` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:912:5: error[missing-fixtures] Test `test_tuple_many_positional` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:920:5: error[missing-fixtures] Test `test_arguments` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:938:5: error[missing-fixtures] Test `test_with_default` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:958:5: error[missing-fixtures] Test `test_chain_list` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:970:5: error[missing-fixtures] Test `test_chain_function` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:984:5: error[missing-fixtures] Test `test_chain_two_functions` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1000:5: error[missing-fixtures] Test `test_chain_nested_functions` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1031:5: error[missing-fixtures] Test `test_generator_python` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1050:5: error[missing-fixtures] Test `test_generator_rust` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1061:5: error[missing-fixtures] Test `test_isinstance_json` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1073:5: error[missing-fixtures] Test `test_int_error` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1100:5: error[missing-fixtures] Test `test_definition_in_tree` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1107:5: error[missing-fixtures] Test `test_definition_out_of_tree` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1119:5: error[missing-fixtures] Test `test_model_instance` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1150:5: error[missing-fixtures] Test `test_model_instance_abc` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1226:5: error[missing-fixtures] Test `test_validate_literal` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1226:5: error[missing-fixtures] Test `test_validate_literal` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1226:5: error[missing-fixtures] Test `test_validate_literal` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1226:5: error[missing-fixtures] Test `test_validate_literal` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1226:5: error[missing-fixtures] Test `test_validate_literal` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1226:5: error[missing-fixtures] Test `test_validate_literal` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1226:5: error[missing-fixtures] Test `test_validate_literal` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1226:5: error[missing-fixtures] Test `test_validate_literal` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1226:5: error[missing-fixtures] Test `test_validate_literal` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1226:5: error[missing-fixtures] Test `test_validate_literal` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1226:5: error[missing-fixtures] Test `test_validate_literal` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1226:5: error[missing-fixtures] Test `test_validate_literal` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1226:5: error[missing-fixtures] Test `test_validate_literal` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1226:5: error[missing-fixtures] Test `test_validate_literal` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1226:5: error[missing-fixtures] Test `test_validate_literal` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1226:5: error[missing-fixtures] Test `test_validate_literal` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1245:5: error[missing-fixtures] Test `test_core_root_model` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1259:5: error[missing-fixtures] Test `test_strict_int` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1266:5: error[missing-fixtures] Test `test_strict_int_fails` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1278:5: error[missing-fixtures] Test `test_int_range` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1289:5: error[missing-fixtures] Test `test_int_range_json` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1300:5: error[missing-fixtures] Test `test_tagged_union_int_keys_python` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1320:5: error[missing-fixtures] Test `test_tagged_union_int_keys_json` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1342:5: error[missing-fixtures] Test `test_field_function_validator` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1427:5: error[missing-fixtures] Test `test_enum_int_python` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1442:5: error[missing-fixtures] Test `test_enum_int_core` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1457:5: error[missing-fixtures] Test `test_enum_str_python` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1472:5: error[missing-fixtures] Test `test_enum_str_core` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1481:5: error[missing-fixtures] Test `test_url_core` has missing fixtures: `benchmark`
tests/pydantic_core/benchmarks/test_micro_benchmarks.py:1488:5: error[missing-fixtures] Test `test_multi_host_url_core` has missing fixtures: `benchmark`
tests/pydantic_core/test_docstrings.py:24:5: error[missing-fixtures] Test `test_docstrings` has missing fixtures: `example`, `eval_example`
tests/pydantic_core/test_docstrings.py:38:5: error[missing-fixtures] Test `test_readme` has missing fixtures: `example`, `eval_example`
tests/pydantic_core/validators/test_model_init.py:419:5: error[test-pass-on-expect-failure] Test `test_leak_model` passes when expected to fail
tests/pydantic_core/validators/test_model_init.py:419:5: error[test-pass-on-expect-failure] Test `test_leak_model` passes when expected to fail
tests/pydantic_core/validators/test_model_init.py:419:5: error[test-pass-on-expect-failure] Test `test_leak_model` passes when expected to fail
tests/pydantic_core/validators/test_typed_dict.py:643:5: error[test-failure] Test `test_alias_build_error` failed
tests/pydantic_core/validators/test_typed_dict.py:1215:5: error[test-pass-on-expect-failure] Test `test_leak_typed_dict` passes when expected to fail
tests/test_deprecated_fields.py:9:5: error[test-failure] Test `test_deprecated_fields` failed
tests/test_deprecated_fields.py:36:5: error[test-failure] Test `test_deprecated_fields_deprecated_class` failed
tests/test_deprecated_fields.py:106:5: error[test-failure] Test `test_computed_field_deprecated` failed
tests/test_deprecated_fields.py:161:5: error[test-failure] Test `test_computed_field_deprecated_deprecated_class` failed
tests/test_deprecated_fields.py:205:5: error[test-failure] Test `test_deprecated_with_boolean` failed
tests/test_deprecated_validate_arguments.py:67:5: error[test-failure] Test `test_wrap` failed
tests/test_deprecated_validate_arguments.py:149:5: error[test-failure] Test `test_positional_only` failed
tests/test_deprecated_validate_arguments.py:307:5: error[test-failure] Test `test_config_title` failed
tests/test_deprecated_validate_arguments.py:317:5: error[test-failure] Test `test_config_title_cls` failed
tests/test_deprecated_validate_arguments.py:362:5: error[missing-fixtures] Test `test_validate` has missing fixtures: `mocker`
tests/test_json_schema.py:193:5: error[test-failure] Test `test_sub_model` failed
tests/test_json_schema.py:593:5: error[test-failure] Test `test_optional_modify_schema` failed
tests/test_json_schema.py:733:5: error[test-failure] Test `test_list` failed
tests/test_json_schema.py:805:5: error[test-failure] Test `test_list_union_dict` failed
tests/test_json_schema.py:805:5: error[test-failure] Test `test_list_union_dict` failed
tests/test_json_schema.py:805:5: error[test-failure] Test `test_list_union_dict` failed
tests/test_json_schema.py:805:5: error[test-failure] Test `test_list_union_dict` failed
tests/test_json_schema.py:805:5: error[test-failure] Test `test_list_union_dict` failed
tests/test_json_schema.py:805:5: error[test-failure] Test `test_list_union_dict` failed
tests/test_json_schema.py:899:5: error[test-failure] Test `test_str_basic_types` failed
tests/test_json_schema.py:899:5: error[test-failure] Test `test_str_basic_types` failed
tests/test_json_schema.py:899:5: error[test-failure] Test `test_str_basic_types` failed
tests/test_json_schema.py:899:5: error[test-failure] Test `test_str_basic_types` failed
tests/test_json_schema.py:916:5: error[test-failure] Test `test_pattern` failed
tests/test_json_schema.py:916:5: error[test-failure] Test `test_pattern` failed
tests/test_json_schema.py:916:5: error[test-failure] Test `test_pattern` failed
tests/test_json_schema.py:1041:5: error[test-failure] Test `test_special_float_types` failed
tests/test_json_schema.py:1041:5: error[test-failure] Test `test_special_float_types` failed
tests/test_json_schema.py:1041:5: error[test-failure] Test `test_special_float_types` failed
tests/test_json_schema.py:1041:5: error[test-failure] Test `test_special_float_types` failed
tests/test_json_schema.py:1041:5: error[test-failure] Test `test_special_float_types` failed
tests/test_json_schema.py:1041:5: error[test-failure] Test `test_special_float_types` failed
tests/test_json_schema.py:1041:5: error[test-failure] Test `test_special_float_types` failed
tests/test_json_schema.py:1065:5: error[test-failure] Test `test_special_decimal_types` failed
tests/test_json_schema.py:1065:5: error[test-failure] Test `test_special_decimal_types` failed
tests/test_json_schema.py:1065:5: error[test-failure] Test `test_special_decimal_types` failed
tests/test_json_schema.py:1095:5: error[test-failure] Test `test_uuid_types` failed
tests/test_json_schema.py:1095:5: error[test-failure] Test `test_uuid_types` failed
tests/test_json_schema.py:1095:5: error[test-failure] Test `test_uuid_types` failed
tests/test_json_schema.py:1095:5: error[test-failure] Test `test_uuid_types` failed
tests/test_json_schema.py:1095:5: error[test-failure] Test `test_uuid_types` failed
tests/test_json_schema.py:1223:5: error[test-failure] Test `test_ipvanyinterface_type` failed
tests/test_json_schema.py:1249:5: error[test-failure] Test `test_ipv6network_type` failed
tests/test_json_schema.py:1418:5: error[test-failure] Test `test_non_serializable_default` failed
tests/test_json_schema.py:1418:5: error[test-failure] Test `test_non_serializable_default` failed
tests/test_json_schema.py:1434:5: error[test-failure] Test `test_callable_fallback_with_non_serializable_default` failed
tests/test_json_schema.py:1455:5: error[test-failure] Test `test_importstring_json_schema` failed
tests/test_json_schema.py:1703:5: error[test-failure] Test `test_external_ref` failed
tests/test_json_schema.py:1737:5: error[test-failure] Test `test_enum_str_default` failed
tests/test_json_schema.py:1904:5: error[test-failure] Test `test_dataclass_default_timedelta` failed
tests/test_json_schema.py:1904:5: error[test-failure] Test `test_dataclass_default_timedelta` failed
tests/test_json_schema.py:1924:5: error[test-failure] Test `test_dataclass_default_bytes` failed
tests/test_json_schema.py:1924:5: error[test-failure] Test `test_dataclass_default_bytes` failed
tests/test_json_schema.py:1944:5: error[test-failure] Test `test_typeddict_default_timedelta` failed
tests/test_json_schema.py:1944:5: error[test-failure] Test `test_typeddict_default_timedelta` failed
tests/test_json_schema.py:2183:5: error[test-failure] Test `test_constraints_schema_serialization` failed
tests/test_json_schema.py:2183:5: error[test-failure] Test `test_constraints_schema_serialization` failed
tests/test_json_schema.py:2183:5: error[test-failure] Test `test_constraints_schema...*[Comment body truncated]*

@codspeed-hq
Copy link

codspeed-hq bot commented Dec 28, 2025

CodSpeed Performance Report

Merging #342 will degrade performance by 10.2%

Comparing parametrize-fix (86200fa) with main (b03d26c)

⚠️ Unknown Walltime execution environment detected

Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data.

For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.

Summary

⚡ 1 improvement
❌ 1 regression
✅ 3 untouched

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Mode Benchmark BASE HEAD Efficiency
WallTime typer 28.5 s 25.5 s +11.64%
WallTime affect 480.8 ms 535.4 ms -10.2%

@MatthewMckee4 MatthewMckee4 merged commit f628c71 into main Dec 28, 2025
16 checks passed
@MatthewMckee4 MatthewMckee4 deleted the parametrize-fix branch December 28, 2025 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant