diff --git a/reframe/core/decorators.py b/reframe/core/decorators.py index d31f71c967..a2591a945c 100644 --- a/reframe/core/decorators.py +++ b/reframe/core/decorators.py @@ -268,6 +268,10 @@ def required_version(*versions): Examples of non-compliant version numbers are ``3.5`` and ``3.5-dev0``. These should be written as ``3.5.0`` and ``3.5.0-dev.0``. + .. deprecated:: 3.5.0 + Please set the ``require_version`` parameter in the class definition + instead. + ''' warn.user_deprecation_warning( "the '@required_version' decorator is deprecated; please set "