diff --git a/reframe/core/meta.py b/reframe/core/meta.py index d20d1f30cc..02e09f43b8 100644 --- a/reframe/core/meta.py +++ b/reframe/core/meta.py @@ -52,5 +52,5 @@ def __init__(cls, name, bases, namespace, **kwargs): msg = (f"'{cls.__qualname__}.{v.__name__}' attempts to " f"override final method " f"'{b.__qualname__}.{v.__name__}'; " - f"consider using the reframe hooks instead") + f"consider using the pipeline hooks instead") user_deprecation_warning(msg)