f"Serious problem parsing tool source or tests - cannot validate test cases. The exception is [{e}]",
linter=cls.name(),
)
@@ -178,7 +183,7 @@ class TestsCaseValidation(Linter):
error=validation_result.validation_error
iferror:
error_str=_cleanup_pydantic_error(error)
lint_ctx.warn(
lint_log(
f"Test {test_idx}: failed to validate test parameters against inputs - tests won't run on a modern Galaxy tool profile version. Validation errors are [{error_str}]",