Skip to content

Add --no-cache flag to disable reading cache#400

Merged
MatthewMckee4 merged 1 commit intomainfrom
issue-394-no-cache-flag
Feb 1, 2026
Merged

Add --no-cache flag to disable reading cache#400
MatthewMckee4 merged 1 commit intomainfrom
issue-394-no-cache-flag

Conversation

@MatthewMckee4
Copy link
Member

@MatthewMckee4 MatthewMckee4 commented Feb 1, 2026

Summary

Resolves #394

Add a new --no-cache flag that skips reading historical test durations from the karva cache when partitioning tests. This is useful when you want fresh partitioning without being influenced by previous run times.

Add a new --no-cache flag that skips reading historical test durations
from the karva cache when partitioning tests. This is useful when you
want fresh partitioning without being influenced by previous run times.

Closes #394

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@MatthewMckee4 MatthewMckee4 added the cli Related to the command-line interface label Feb 1, 2026
@github-actions
Copy link

github-actions bot commented Feb 1, 2026

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. 8683 passed; 1438 failed; 265 skipped
---
> test result: FAILED. 8686 passed; 1435 failed; 265 skipped
New outputs
affect

stdout


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

stderr

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

pydantic-settings

stdout


diagnostics:

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:465:5: error[missing-fixtures] Test `test_cli_help_differentiation` 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:1698:5: error[missing-fixtures] Test `test_cli_avoid_json` 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:1818:5: error[missing-fixtures] Test `test_cli_use_class_docs_for_groups` 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_settings.py:735:5: error[test-failure] Test `test_alias_resolution_init_source` failed
tests/test_settings.py:1320:5: error[test-failure] Test `test_env_file_home_directory` 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_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_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:1098:5: error[missing-fixtures] Test `test_cli_subcommand_union` 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:1902:5: error[missing-fixtures] Test `test_cli_exit_on_error` 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_cli.py:2592:5: error[missing-fixtures] Test `test_cli_kebab_case` 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:289:5: error[missing-fixtures] Test `test_cli_alias_arg` 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:547:5: error[missing-fixtures] Test `test_cli_help_union_of_models` 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:2329:5: error[missing-fixtures] Test `test_cli_suppress` has missing fixtures: `capsys`

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

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_model_validation.py:13:5: error[missing-fixtures] Test `test_simple_model_validation` has missing fixtures: `method`, `benchmark`
tests/benchmarks/test_model_validation.py:21:5: error[missing-fixtures] Test `test_nested_model_validation` has missing fixtures: `method`, `benchmark`
tests/benchmarks/test_model_validation.py:29:5: error[missing-fixtures] Test `test_complex_model_validation` has missing fixtures: `method`, `benchmark`
tests/benchmarks/test_model_validation.py:37:5: error[missing-fixtures] Test `test_list_of_models_validation` has missing fixtures: `method`, `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/benchmarks/test_regex.py:8:5: error[missing-fixtures] Test `test_repeated_regex_pattern` has missing fixtures: `benchmark`
tests/pydantic_core/test_isinstance.py:56:5: error[missing-fixtures] Test `test_omit` has missing fixtures: `py_and_json`
tests/pydantic_core/test_strict.py:36:5: error[missing-fixtures] Test `test_int_strict_argument` has missing fixtures: `py_and_json`
tests/pydantic_core/test_strict.py:36:5: error[missing-fixtures] Test `test_int_strict_argument` has missing fixtures: `py_and_json`
tests/pydantic_core/test_strict.py:36:5: error[missing-fixtures] Test `test_int_strict_argument` has missing fixtures: `py_and_json`
tests/pydantic_core/test_strict.py:36:5: error[missing-fixtures] Test `test_int_strict_argument` has missing fixtures: `py_and_json`
tests/pydantic_core/test_strict.py:36:5: error[missing-fixtures] Test `test_int_strict_argument` has missing fixtures: `py_and_json`
tests/pydantic_core/test_strict.py:36:5: error[missing-fixtures] Test `test_int_strict_argument` has missing fixtures: `py_and_json`
tests/pydantic_core/test_strict.py:36:5: error[missing-fixtures] Test `test_int_strict_argument` has missing fixtures: `py_and_json`
tests/pydantic_core/test_strict.py:36:5: error[missing-fixtures] Test `test_int_strict_argument` has missing fixtures: `py_and_json`
tests/pydantic_core/test_strict.py:36:5: error[missing-fixtures] Test `test_int_strict_argument` has missing fixtures: `py_and_json`
tests/pydantic_core/test_strict.py:36:5: error[missing-fixtures] Test `test_int_strict_argument` has missing fixtures: `py_and_json`
tests/pydantic_core/test_strict.py:36:5: error[missing-fixtures] Test `test_int_strict_argument` has missing fixtures: `py_and_json`
tests/pydantic_core/test_strict.py:36:5: error[missing-fixtures] Test `test_int_strict_argument` has missing fixtures: `py_and_json`
tests/pydantic_core/test_strict.py:36:5: error[missing-fixtures] Test `test_int_strict_argument` has missing fixtures: `py_and_json`
tests/pydantic_core/test_strict.py:36:5: error[missing-fixtures] Test `test_int_strict_argument` has missing fixtures: `py_and_json`
tests/pydantic_core/test_strict.py:36:5: error[missing-fixtures] Test `test_int_strict_argument` has missing fixtures: `py_and_json`
tests/pydantic_core/test_strict.py:36:5: error[missing-fixtures] Test `test_int_strict_argument` has missing fixtures: `py_and_json`
tests/pydantic_core/test_strict.py:36:5: error[missing-fixtures] Test `test_int_strict_argument` has missing fixtures: `py_and_json`
tests/pydantic_core/test_strict.py:36:5: error[missing-fixtures] Test `test_int_strict_argument` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_general.py:18:5: error[missing-fixtures] Test `test_no_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_general.py:18:5: error[missing-fixtures] Test `test_no_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_general.py:18:5: error[missing-fixtures] Test `test_no_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_general.py:18:5: error[missing-fixtures] Test `test_no_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_general.py:44:5: error[missing-fixtures] Test `test_default_factory` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_general.py:44:5: error[missing-fixtures] Test `test_default_factory` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_general.py:44:5: error[missing-fixtures] Test `test_default_factory` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_general.py:44:5: error[missing-fixtures] Test `test_default_factory` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_general.py:44:5: error[missing-fixtures] Test `test_default_factory` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_general.py:44:5: error[missing-fixtures] Test `test_default_factory` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_general.py:67:5: error[missing-fixtures] Test `test_internal_error` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_general.py:110:5: error[missing-fixtures] Test `test_full` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_general.py:110:5: error[missing-fixtures] Test `test_full` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_positional_or_keyword.py:20:5: error[missing-fixtures] Test `test_positional_or_keyword` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_positional_or_keyword.py:20:5: error[missing-fixtures] Test `test_positional_or_keyword` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_positional_or_keyword.py:20:5: error[missing-fixtures] Test `test_positional_or_keyword` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_positional_or_keyword.py:20:5: error[missing-fixtures] Test `test_positional_or_keyword` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_positional_or_keyword.py:20:5: error[missing-fixtures] Test `test_positional_or_keyword` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_positional_or_keyword.py:20:5: error[missing-fixtures] Test `test_positional_or_keyword` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_positional_or_keyword.py:52:5: error[missing-fixtures] Test `test_positional_or_keyword_validation_error` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_positional_or_keyword.py:52:5: error[missing-fixtures] Test `test_positional_or_keyword_validation_error` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_positional_or_keyword.py:52:5: error[missing-fixtures] Test `test_positional_or_keyword_validation_error` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_positional_or_keyword.py:83:5: error[missing-fixtures] Test `test_positional_only_error_required` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_positional_or_keyword.py:83:5: error[missing-fixtures] Test `test_positional_only_error_required` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_args.py:21:5: error[missing-fixtures] Test `test_var_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_args.py:21:5: error[missing-fixtures] Test `test_var_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_args.py:21:5: error[missing-fixtures] Test `test_var_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_args.py:21:5: error[missing-fixtures] Test `test_var_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_args.py:21:5: error[missing-fixtures] Test `test_var_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_args.py:57:5: error[missing-fixtures] Test `test_var_args_validation_error` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_args.py:57:5: error[missing-fixtures] Test `test_var_args_validation_error` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_args.py:57:5: error[missing-fixtures] Test `test_var_args_validation_error` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_args.py:57:5: error[missing-fixtures] Test `test_var_args_validation_error` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_args.py:84:5: error[missing-fixtures] Test `test_var_args_invalid_tuple` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_unpacked_typed_dict.py:53:5: error[missing-fixtures] Test `test_var_kwargs` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_unpacked_typed_dict.py:53:5: error[missing-fixtures] Test `test_var_kwargs` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_unpacked_typed_dict.py:53:5: error[missing-fixtures] Test `test_var_kwargs` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_unpacked_typed_dict.py:53:5: error[missing-fixtures] Test `test_var_kwargs` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_unpacked_typed_dict.py:53:5: error[missing-fixtures] Test `test_var_kwargs` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_unpacked_typed_dict.py:53:5: error[missing-fixtures] Test `test_var_kwargs` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_unpacked_typed_dict.py:53:5: error[missing-fixtures] Test `test_var_kwargs` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_unpacked_typed_dict.py:53:5: error[missing-fixtures] Test `test_var_kwargs` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_unpacked_typed_dict.py:53:5: error[missing-fixtures] Test `test_var_kwargs` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_unpacked_typed_dict.py:53:5: error[missing-fixtures] Test `test_var_kwargs` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_unpacked_typed_dict.py:53:5: error[missing-fixtures] Test `test_var_kwargs` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_unpacked_typed_dict.py:102:5: error[missing-fixtures] Test `test_var_kwargs_invalid_dict` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:165:5: error[missing-fixtures] Test `test_positional_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:165:5: error[missing-fixtures] Test `test_positional_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:165:5: error[missing-fixtures] Test `test_positional_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:165:5: error[missing-fixtures] Test `test_positional_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:165:5: error[missing-fixtures] Test `test_positional_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:165:5: error[missing-fixtures] Test `test_positional_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:165:5: error[missing-fixtures] Test `test_positional_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:165:5: error[missing-fixtures] Test `test_positional_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:165:5: error[missing-fixtures] Test `test_positional_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:165:5: error[missing-fixtures] Test `test_positional_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:165:5: error[missing-fixtures] Test `test_positional_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:271:5: error[missing-fixtures] Test `test_keyword_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:271:5: error[missing-fixtures] Test `test_keyword_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:271:5: error[missing-fixtures] Test `test_keyword_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:271:5: error[missing-fixtures] Test `test_keyword_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:271:5: error[missing-fixtures] Test `test_keyword_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:271:5: error[missing-fixtures] Test `test_keyword_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:271:5: error[missing-fixtures] Test `test_keyword_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:271:5: error[missing-fixtures] Test `test_keyword_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:271:5: error[missing-fixtures] Test `test_keyword_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:356:5: error[missing-fixtures] Test `test_positional_or_keyword` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:356:5: error[missing-fixtures] Test `test_positional_or_keyword` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:356:5: error[missing-fixtures] Test `test_positional_or_keyword` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:356:5: error[missing-fixtures] Test `test_positional_or_keyword` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:356:5: error[missing-fixtures] Test `test_positional_or_keyword` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:356:5: error[missing-fixtures] Test `test_positional_or_keyword` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:356:5: error[missing-fixtures] Test `test_positional_or_keyword` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:444:5: error[missing-fixtures] Test `test_keyword_only_non_default` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:444:5: error[missing-fixtures] Test `test_keyword_only_non_default` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:444:5: error[missing-fixtures] Test `test_keyword_only_non_default` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:444:5: error[missing-fixtures] Test `test_keyword_only_non_default` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:455:5: error[missing-fixtures] Test `test_positional_optional` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:455:5: error[missing-fixtures] Test `test_positional_optional` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:488:5: error[missing-fixtures] Test `test_p_or_k_optional` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:488:5: error[missing-fixtures] Test `test_p_or_k_optional` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:488:5: error[missing-fixtures] Test `test_p_or_k_optional` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:488:5: error[missing-fixtures] Test `test_p_or_k_optional` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:522:5: error[missing-fixtures] Test `test_var_args_only` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:522:5: error[missing-fixtures] Test `test_var_args_only` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:522:5: error[missing-fixtures] Test `test_var_args_only` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:522:5: error[missing-fixtures] Test `test_var_args_only` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:522:5: error[missing-fixtures] Test `test_var_args_only` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:579:5: error[missing-fixtures] Test `test_args_var_args_only` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:579:5: error[missing-fixtures] Test `test_args_var_args_only` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:579:5: error[missing-fixtures] Test `test_args_var_args_only` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:579:5: error[missing-fixtures] Test `test_args_var_args_only` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:579:5: error[missing-fixtures] Test `test_args_var_args_only` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:579:5: error[missing-fixtures] Test `test_args_var_args_only` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:579:5: error[missing-fixtures] Test `test_args_var_args_only` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:625:5: error[missing-fixtures] Test `test_both` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:625:5: error[missing-fixtures] Test `test_both` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:625:5: error[missing-fixtures] Test `test_both` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:677:5: error[missing-fixtures] Test `test_no_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:677:5: error[missing-fixtures] Test `test_no_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:677:5: error[missing-fixtures] Test `test_no_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:677:5: error[missing-fixtures] Test `test_no_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:677:5: error[missing-fixtures] Test `test_no_args` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:695:5: error[missing-fixtures] Test `test_internal_error` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:724:5: error[missing-fixtures] Test `test_default_factory` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:724:5: error[missing-fixtures] Test `test_default_factory` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:724:5: error[missing-fixtures] Test `test_default_factory` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:724:5: error[missing-fixtures] Test `test_default_factory` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:789:5: error[missing-fixtures] Test `test_kwargs_uniform` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:789:5: error[missing-fixtures] Test `test_kwargs_uniform` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:789:5: error[missing-fixtures] Test `test_kwargs_uniform` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:816:5: error[missing-fixtures] Test `test_kwargs_typed_dict` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:816:5: error[missing-fixtures] Test `test_kwargs_typed_dict` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:816:5: error[missing-fixtures] Test `test_kwargs_typed_dict` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:816:5: error[missing-fixtures] Test `test_kwargs_typed_dict` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:858:5: error[missing-fixtures] Test `test_alias` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:858:5: error[missing-fixtures] Test `test_alias` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:858:5: error[missing-fixtures] Test `test_alias` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:888:5: error[missing-fixtures] Test `test_alias_validate_by_name` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:888:5: error[missing-fixtures] Test `test_alias_validate_by_name` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:888:5: error[missing-fixtures] Test `test_alias_validate_by_name` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:888:5: error[missing-fixtures] Test `test_alias_validate_by_name` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:888:5: error[missing-fixtures] Test `test_alias_validate_by_name` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:905:5: error[missing-fixtures] Test `test_only_validate_by_name` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:919:5: error[missing-fixtures] Test `test_only_allow_alias` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_arguments.py:1048:5: error[missing-fixtures] Test `test_function_positional_only` has missing fixtures: `import_execute`
tests/pydantic_core/validators/test_arguments.py:1082:5: error[missing-fixtures] Test `test_function_positional_only_default` has missing fixtures: `import_execute`
tests/pydantic_core/validators/test_arguments.py:1099:5: error[missing-fixtures] Test `test_function_positional_kwargs` has missing fixtures: `import_execute`
tests/pydantic_core/validators/test_bool.py:39:5: error[missing-fixtures] Test `test_bool` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_bool.py:39:5: error[missing-fixtures] Test `test_bool` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_bool.py:39:5: error[missing-fixtures] Test `test_bool` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_bool.py:39:5: error[missing-fixtures] Test `test_bool` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_bool.py:39:5: error[missing-fixtures] Test `test_bool` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_bool.py:39:5: error[missing-fixtures] Test `test_bool` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_bool.py:39:5: error[missing-fixtures] Test `test_bool` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_bool.py:39:5: error[missing-fixtures] Test `test_bool` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_bool.py:39:5: error[missing-fixtures] Test `test_bool` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_bool.py:39:5: error[missing-fixtures] Test `test_bool` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_bool.py:39:5: error[missing-fixtures] Test `test_bool` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_bool.py:39:5: error[missing-fixtures] Test `test_bool` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_bool.py:39:5: error[missing-fixtures] Test `test_bool` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_bool.py:39:5: error[missing-fixtures] Test `test_bool` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_bool.py:39:5: error[missing-fixtures] Test `test_bool` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_bool.py:39:5: error[missing-fixtures] Test `test_bool` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_bool.py:50:5: error[missing-fixtures] Test `test_bool_strict` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_bool.py:97:5: error[missing-fixtures] Test `test_bool_key` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_custom_error.py:8:5: error[missing-fixtures] Test `test_custom_error` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_custom_error.py:22:5: error[missing-fixtures] Test `test_custom_error_type` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:168:5: error[missing-fixtures] Test `test_datetime_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:168:5: error[missing-fixtures] Test `test_datetime_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:168:5: error[missing-fixtures] Test `test_datetime_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:168:5: error[missing-fixtures] Test `test_datetime_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:168:5: error[missing-fixtures] Test `test_datetime_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:168:5: error[missing-fixtures] Test `test_datetime_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:168:5: error[missing-fixtures] Test `test_datetime_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:168:5: error[missing-fixtures] Test `test_datetime_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:168:5: error[missing-fixtures] Test `test_datetime_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:168:5: error[missing-fixtures] Test `test_datetime_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:307:5: error[missing-fixtures] Test `test_dict` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:335:5: error[missing-fixtures] Test `test_datetime_past` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:335:5: error[missing-fixtures] Test `test_datetime_past` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:335:5: error[missing-fixtures] Test `test_datetime_past` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:335:5: error[missing-fixtures] Test `test_datetime_past` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:335:5: error[missing-fixtures] Test `test_datetime_past` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:378:5: error[missing-fixtures] Test `test_datetime_future` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:378:5: error[missing-fixtures] Test `test_datetime_future` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:378:5: error[missing-fixtures] Test `test_datetime_future` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:378:5: error[missing-fixtures] Test `test_datetime_future` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_datetime.py:378:5: error[missing-fixtures] Test `test_datetime_future` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_dict.py:16:5: error[missing-fixtures] Test `test_dict` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_dict.py:51:5: error[missing-fixtures] Test `test_dict_value_error` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_frozenset.py:17:5: error[missing-fixtures] Test `test_frozenset_ints_both` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_frozenset.py:17:5: error[missing-fixtures] Test `test_frozenset_ints_both` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_frozenset.py:17:5: error[missing-fixtures] Test `test_frozenset_ints_both` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_frozenset.py:17:5: error[missing-fixtures] Test `test_frozenset_ints_both` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_frozenset.py:54:5: error[missing-fixtures] Test `test_frozenset_no_validators_both` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_frozenset.py:54:5: error[missing-fixtures] Test `test_frozenset_no_validators_both` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_frozenset.py:54:5: error[missing-fixtures] Test `test_frozenset_no_validators_both` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_frozenset.py:54:5: error[missing-fixtures] Test `test_frozenset_no_validators_both` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_frozenset.py:54:5: error[missing-fixtures] Test `test_frozenset_no_validators_both` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_frozenset.py:240:5: error[missing-fixtures] Test `test_frozenset_as_dict_keys` has missing fixtures: `py_and_json`
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_nullable.py:46:5: error[test-pass-on-expect-failure] Test `test_leak_nullable` passes when expected to fail
tests/pydantic_core/validators/test_time.py:82:5: error[missing-fixtures] Test `test_time_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_time.py:82:5: error[missing-fixtures] Test `test_time_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_time.py:82:5: error[missing-fixtures] Test `test_time_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_time.py:82:5: error[missing-fixtures] Test `test_time_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_time.py:82:5: error[missing-fixtures] Test `test_time_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_time.py:82:5: error[missing-fixtures] Test `test_time_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_time.py:82:5: error[missing-fixtures] Test `test_time_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_time.py:82:5: error[missing-fixtures] Test `test_time_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_time.py:82:5: error[missing-fixtures] Test `test_time_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_time.py:82:5: error[missing-fixtures] Test `test_time_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_time.py:82:5: error[missing-fixtures] Test `test_time_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_time.py:82:5: error[missing-fixtures] Test `test_time_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_time.py:82:5: error[missing-fixtures] Test `test_time_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_time.py:82:5: error[missing-fixtures] Test `test_time_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_time.py:82:5: error[missing-fixtures] Test `test_time_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_time.py:92:5: error[missing-fixtures] Test `test_time_error_microseconds_overflow` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_time.py:208:5: error[missing-fixtures] Test `test_dict` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_timedelta.py:222:5: error[missing-fixtures] Test `test_dict_key` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_timedelta.py:230:5: error[missing-fixtures] Test `test_dict_value` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_url.py:13:5: error[missing-fixtures] Test `test_url_ok` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_url.py:695:5: error[missing-fixtures] Test `test_multi_host_url_ok_single` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_url.py:717:5: error[missing-fixtures] Test `test_multi_host_url_ok_2` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_uuid.py:199:5: error[missing-fixtures] Test `test_uuid_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_uuid.py:199:5: error[missing-fixtures] Test `test_uuid_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_uuid.py:199:5: error[missing-fixtures] Test `test_uuid_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_uuid.py:199:5: error[missing-fixtures] Test `test_uuid_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_uuid.py:199:5: error[missing-fixtures] Test `test_uuid_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_uuid.py:199:5: error[missing-fixtures] Test `test_uuid_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_uuid.py:199:5: error[missing-fixtures] Test `test_uuid_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_uuid.py:199:5: error[missing-fixtures] Test `test_uuid_json` has missing fixtures: `py_and_json`
tests/test_config.py:545:5: error[test-failure] Test `test_config_validation_error_cause` failed
tests/test_construction.py:142:5: error[missing-fixtures] Test `test_simple_copy` has missing fixtures: `copy_method`
tests/test_construction.py:164:5: error[missing-fixtures] Test `test_deep_copy` has missing fixtures: `copy_method`
tests/test_construction.py:283:5: error[missing-fixtures] Test `test_copy_update` has missing fixtures: `copy_method`
tests/test_construction.py:299:5: error[missing-fixtures] Test `test_copy_update_unset` has missing fixtures: `copy_method`
tests/test_construction.py:314:5: error[missing-fixtures] Test `test_copy_deep_extra` has missing fixtures: `copy_method`
tests/test_construction.py:324:5: error[missing-fixtures] Test `test_copy_set_fields` has missing fixtures: `copy_method`
tests/test_construction.py:344:5: error[missing-fixtures] Test `test_recursive_pickle` has missing fixtures: `create_module`
tests/test_construction.py:370:5: error[missing-fixtures] Test `test_pickle_undefined` has missing fixtures: `create_module`
tests/test_construction.py:396:5: error[missing-fixtures] Test `test_copy_undefined` has missing fixtures: `copy_method`
tests/test_construction.py:406:5: error[missing-fixtures] Test `test_immutable_copy_with_frozen` has missing fixtures: `copy_method`
tests/test_construction.py:465:5: error[missing-fixtures] Test `test_shallow_copy_modify` has missing fixtures: `copy_method`
tests/test_json_schema.py:3078:5: error[missing-fixtures] Test `test_multiple_models_with_same_input_output` has missing fixtures: `create_module`
tests/test_json_schema.py:3140:5: error[missing-fixtures] Test `test_multiple_models_with_same_name_different_input_output` has missing fixtures: `create_module`
tests/test_json_schema.py:3209:5: error[missing-fixtures] Test `test_multiple_enums_with_same_name` has missing fixtures: `create_module`
tests/test_json_schema.py:6080:5: error[missing-fixtures] Test `test_model_rebuild_happens_even_with_parent_classes` has missing fixtures: `create_module`
tests/test_json_schema.py:6235:5: error[missing-fixtures] Test `test_module_with_colon_in_name` has missing fixtures: `create_module`
tests/test_validate_call.py:439:5: error[missing-fixtures] Test `test_positional_only` has missing fixtures: `create_module`
tests/test_validate_call.py:946:5: error[missing-fixtures] Test `test_validate_all_positional` has missing fixtures: `create_module`
tests/test_validate_call.py:984:5: error[missing-fixtures] Test `test_positional_and_keyword_with_same_name` has missing fixtures: `create_module`
tests/test_validate_call.py:1161:5: error[missing-fixtures] Test `test_eval_namespace_basic` has missing fixtures: `create_module`
tests/test_validate_call.py:1203:5: error[missing-fixtures] Test `test_validate_call_with_pep_695_syntax` has missing fixtures: `create_module`
tests/test_validate_call.py:1233:5: error[missing-fixtures] Test `test_pep695_with_class` has missing fixtures: `create_module`
tests/test_validate_call.py:1257:5: error[missing-fixtures] Test `test_pep695_with_nested_scopes` has missing fixtures: `create_module`
tests/benchmarks/test_fastapi_startup_generics.py:48:5: error[missing-fixtures] Test `test_fastapi_startup_perf` 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_validators_build.py:4:5: error[missing-fixtures] Test `test_validators_build` has missing fixtures: `benchmark`
tests/plugin/test_plugin.py:8:5: error[test-failure] Test `test_plugin_usage` failed
tests/pydantic_core/validators/arguments_v3/test_alias.py:24:5: error[missing-fixtures] Test `test_alias` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_alias.py:24:5: error[missing-fixtures] Test `test_alias` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_alias.py:24:5: error[missing-fixtures] Test `test_alias` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_alias.py:24:5: error[missing-fixtures] Test `test_alias` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_alias.py:24:5: error[missing-fixtures] Test `test_alias` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_alias.py:55:5: error[missing-fixtures] Test `test_alias_validate_by_name` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_alias.py:55:5: error[missing-fixtures] Test `test_alias_validate_by_name` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_alias.py:55:5: error[missing-fixtures] Test `test_alias_validate_by_name` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_alias.py:55:5: error[missing-fixtures] Test `test_alias_validate_by_name` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_alias.py:55:5: error[missing-fixtures] Test `test_alias_validate_by_name` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_alias.py:55:5: error[missing-fixtures] Test `test_alias_validate_by_name` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_alias.py:55:5: error[missing-fixtures] Test `test_alias_validate_by_name` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_alias.py:71:5: error[missing-fixtures] Test `test_only_validate_by_name` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_alias.py:93:5: error[missing-fixtures] Test `test_only_allow_alias` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_extra.py:27:5: error[missing-fixtures] Test `test_extra_forbid` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_extra.py:27:5: error[missing-fixtures] Test `test_extra_forbid` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_extra.py:27:5: error[missing-fixtures] Test `test_extra_forbid` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_extra.py:27:5: error[missing-fixtures] Test `test_extra_forbid` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_extra.py:27:5: error[missing-fixtures] Test `test_extra_forbid` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_extra.py:27:5: error[missing-fixtures] Test `test_extra_forbid` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_extra.py:27:5: error[missing-fixtures] Test `test_extra_forbid` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_extra.py:27:5: error[missing-fixtures] Test `test_extra_forbid` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_extra.py:61:5: error[missing-fixtures] Test `test_extra_ignore` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_extra.py:61:5: error[missing-fixtures] Test `test_extra_ignore` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_extra.py:61:5: error[missing-fixtures] Test `test_extra_ignore` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_extra.py:61:5: error[missing-fixtures] Test `test_extra_ignore` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_keyword_only.py:18:5: error[missing-fixtures] Test `test_keyword_only` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_keyword_only.py:18:5: error[missing-fixtures] Test `test_keyword_only` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_keyword_only.py:18:5: error[missing-fixtures] Test `test_keyword_only` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_keyword_only.py:18:5: error[missing-fixtures] Test `test_keyword_only` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_keyword_only.py:44:5: error[missing-fixtures] Test `test_keyword_only_validation_error` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_keyword_only.py:44:5: error[missing-fixtures] Test `test_keyword_only_validation_error` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_keyword_only.py:75:5: error[missing-fixtures] Test `test_keyword_only_error_required` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_keyword_only.py:75:5: error[missing-fixtures] Test `test_keyword_only_error_required` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_uniform.py:18:5: error[missing-fixtures] Test `test_var_kwargs` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_uniform.py:18:5: error[missing-fixtures] Test `test_var_kwargs` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_uniform.py:18:5: error[missing-fixtures] Test `test_var_kwargs` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_uniform.py:18:5: error[missing-fixtures] Test `test_var_kwargs` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_uniform.py:46:5: error[missing-fixtures] Test `test_var_kwargs_validation_error` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_uniform.py:46:5: error[missing-fixtures] Test `test_var_kwargs_validation_error` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_uniform.py:46:5: error[missing-fixtures] Test `test_var_kwargs_validation_error` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_uniform.py:46:5: error[missing-fixtures] Test `test_var_kwargs_validation_error` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/arguments_v3/test_var_kwargs_uniform.py:73:5: error[missing-fixtures] Test `test_var_kwargs_invalid_dict` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_chain.py:59:5: error[missing-fixtures] Test `test_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_chain.py:59:5: error[missing-fixtures] Test `test_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_chain.py:59:5: error[missing-fixtures] Test `test_json` has missing fixtures: `py_and_json`
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_date.py:130:5: error[missing-fixtures] Test `test_date_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_date.py:130:5: error[missing-fixtures] Test `test_date_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_date.py:130:5: error[missing-fixtures] Test `test_date_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_date.py:130:5: error[missing-fixtures] Test `test_date_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_date.py:130:5: error[missing-fixtures] Test `test_date_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_date.py:130:5: error[missing-fixtures] Test `test_date_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_date.py:130:5: error[missing-fixtures] Test `test_date_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_date.py:130:5: error[missing-fixtures] Test `test_date_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_date.py:130:5: error[missing-fixtures] Test `test_date_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_date.py:154:5: error[missing-fixtures] Test `test_date_strict` has missing fixtures: `strict_mode_type`
tests/pydantic_core/validators/test_date.py:154:5: error[missing-fixtures] Test `test_date_strict` has missing fixtures: `strict_mode_type`
tests/pydantic_core/validators/test_date.py:154:5: error[missing-fixtures] Test `test_date_strict` has missing fixtures: `strict_mode_type`
tests/pydantic_core/validators/test_date.py:154:5: error[missing-fixtures] Test `test_date_strict` has missing fixtures: `strict_mode_type`
tests/pydantic_core/validators/test_date.py:154:5: error[missing-fixtures] Test `test_date_strict` has missing fixtures: `strict_mode_type`
tests/pydantic_core/validators/test_date.py:154:5: error[missing-fixtures] Test `test_date_strict` has missing fixtures: `strict_mode_type`
tests/pydantic_core/validators/test_date.py:175:5: error[missing-fixtures] Test `test_date_strict_json` has missing fixtures: `strict_mode_type`
tests/pydantic_core/validators/test_date.py:175:5: error[missing-fixtures] Test `test_date_strict_json` has missing fixtures: `strict_mode_type`
tests/pydantic_core/validators/test_date.py:175:5: error[missing-fixtures] Test `test_date_strict_json` has missing fixtures: `strict_mode_type`
tests/pydantic_core/validators/test_date.py:237:5: error[missing-fixtures] Test `test_dict` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_date.py:261:5: error[missing-fixtures] Test `test_date_past` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_date.py:261:5: error[missing-fixtures] Test `test_date_past` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_date.py:261:5: error[missing-fixtures] Test `test_date_past` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_date.py:261:5: error[missing-fixtures] Test `test_date_past` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_date.py:282:5: error[missing-fixtures] Test `test_date_future` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_date.py:282:5: error[missing-fixtures] Test `test_date_future` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_date.py:282:5: error[missing-fixtures] Test `test_date_future` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_date.py:282:5: error[missing-fixtures] Test `test_date_future` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_is_subclass.py:60:5: error[test-failure] Test `test_invalid_type` failed
tests/pydantic_core/validators/test_json.py:36:5: error[missing-fixtures] Test `test_any` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_json.py:36:5: error[missing-fixtures] Test `test_any` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_json.py:36:5: error[missing-fixtures] Test `test_any` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_json.py:36:5: error[missing-fixtures] Test `test_any` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_json.py:36:5: error[missing-fixtures] Test `test_any` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_json.py:36:5: error[missing-fixtures] Test `test_any` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_json.py:120:5: error[missing-fixtures] Test `test_list_int` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_json.py:120:5: error[missing-fixtures] Test `test_list_int` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_json.py:120:5: error[missing-fixtures] Test `test_list_int` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_json.py:120:5: error[missing-fixtures] Test `test_list_int` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_json.py:120:5: error[missing-fixtures] Test `test_list_int` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_json.py:133:5: error[missing-fixtures] Test `test_dict_key` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_list.py:27:5: error[missing-fixtures] Test `test_list_py_or_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_list.py:27:5: error[missing-fixtures] Test `test_list_py_or_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_list.py:27:5: error[missing-fixtures] Test `test_list_py_or_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_list.py:27:5: error[missing-fixtures] Test `test_list_py_or_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_literal.py:106:5: error[missing-fixtures] Test `test_literal_py_and_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_literal.py:106:5: error[missing-fixtures] Test `test_literal_py_and_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_literal.py:106:5: error[missing-fixtures] Test `test_literal_py_and_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_literal.py:106:5: error[missing-fixtures] Test `test_literal_py_and_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_literal.py:106:5: error[missing-fixtures] Test `test_literal_py_and_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_literal.py:106:5: error[missing-fixtures] Test `test_literal_py_and_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_literal.py:106:5: error[missing-fixtures] Test `test_literal_py_and_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_literal.py:106:5: error[missing-fixtures] Test `test_literal_py_and_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_literal.py:106:5: error[missing-fixtures] Test `test_literal_py_and_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_literal.py:106:5: error[missing-fixtures] Test `test_literal_py_and_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_literal.py:106:5: error[missing-fixtures] Test `test_literal_py_and_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_literal.py:106:5: error[missing-fixtures] Test `test_literal_py_and_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_literal.py:106:5: error[missing-fixtures] Test `test_literal_py_and_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_literal.py:106:5: error[missing-fixtures] Test `test_literal_py_and_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:482:5: error[missing-fixtures] Test `test_alias` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:496:5: error[missing-fixtures] Test `test_empty_string_field_name` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:501:5: error[missing-fixtures] Test `test_empty_string_aliases` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:519:5: error[missing-fixtures] Test `test_alias_allow_pop` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:534:5: error[missing-fixtures] Test `test_only_validate_by_name` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:547:5: error[missing-fixtures] Test `test_only_allow_alias` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:571:5: error[missing-fixtures] Test `test_alias_path` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:571:5: error[missing-fixtures] Test `test_alias_path` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:571:5: error[missing-fixtures] Test `test_alias_path` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:571:5: error[missing-fixtures] Test `test_alias_path` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:571:5: error[missing-fixtures] Test `test_alias_path` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:604:5: error[missing-fixtures] Test `test_aliases_path_multiple` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:604:5: error[missing-fixtures] Test `test_aliases_path_multiple` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:604:5: error[missing-fixtures] Test `test_aliases_path_multiple` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:604:5: error[missing-fixtures] Test `test_aliases_path_multiple` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:604:5: error[missing-fixtures] Test `test_aliases_path_multiple` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:604:5: error[missing-fixtures] Test `test_aliases_path_multiple` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:604:5: error[missing-fixtures] Test `test_aliases_path_multiple` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:604:5: error[missing-fixtures] Test `test_aliases_path_multiple` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:604:5: error[missing-fixtures] Test `test_aliases_path_multiple` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:604:5: error[missing-fixtures] Test `test_aliases_path_multiple` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:668:5: error[missing-fixtures] Test `test_aliases_path_negative_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:668:5: error[missing-fixtures] Test `test_aliases_path_negative_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:668:5: error[missing-fixtures] Test `test_aliases_path_negative_json` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:730:5: error[missing-fixtures] Test `test_paths_allow_by_name` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:730:5: error[missing-fixtures] Test `test_paths_allow_by_name` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:730:5: error[missing-fixtures] Test `test_paths_allow_by_name` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_model_fields.py:757:5: error[test-failure] Test `test_alias_build_error` failed
tests/pydantic_core/validators/test_model_fields.py:767:5: error[missing-fixtures] Test `test_alias_error_loc_alias` has missing fixtures: `py_and_json`
tests/pydantic_core/validators/test_mode...*[Comment body truncated]*

@codspeed-hq
Copy link

codspeed-hq bot commented Feb 1, 2026

CodSpeed Performance Report

Merging this PR will not alter performance

Comparing issue-394-no-cache-flag (456be63) with main (8de4e04)1

⚠️ 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

✅ 5 untouched benchmarks

Footnotes

  1. No successful run was found on main (9cc6162) during the generation of this report, so 8de4e04 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@MatthewMckee4 MatthewMckee4 merged commit 61ae350 into main Feb 1, 2026
17 checks passed
@MatthewMckee4 MatthewMckee4 deleted the issue-394-no-cache-flag branch February 1, 2026 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cli Related to the command-line interface

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add --no-cache flag to disable reading karva cache

1 participant