Skip to content

Commit

Permalink
Fix pytest mark
Browse files Browse the repository at this point in the history
  • Loading branch information
tehrengruber committed Jan 17, 2025
1 parent 9fb7d2e commit bbdae9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/next_tests/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ class ProgramFormatterId(_PythonObjectIdMixin, str, enum.Enum):
USES_MAX_OVER = "uses_max_over"
USES_MESH_WITH_SKIP_VALUES = "uses_mesh_with_skip_values"
USES_SCALAR_IN_DOMAIN_AND_FO = "uses_scalar_in_domain_and_fo"
USES_ARG_WITH_NON_ZERO_DOMAIN_START = "uses_arg_with_non_zero_domain_start"
CHECKS_SPECIFIC_ERROR = "checks_specific_error"

# Skip messages (available format keys: 'marker', 'backend')
Expand Down

0 comments on commit bbdae9d

Please sign in to comment.