Skip to content

Commit

Permalink
Mark test_no_shadowed_builtins with validates_models (#8780)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan343 authored Jul 3, 2024
1 parent 3644cd4 commit 0f8274a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_shadowing.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def _generate_command_tests():
if hasattr(sub_help, 'command_table'):
yield command_name, sub_help.command_table, top_level_params


@pytest.mark.validates_models
@pytest.mark.parametrize(
"command_name, command_table, builtins",
_generate_command_tests()
Expand Down

0 comments on commit 0f8274a

Please sign in to comment.