diff --git a/tests/hacking/checks.py b/tests/hacking/checks.py index b5a8cbed..eb349249 100644 --- a/tests/hacking/checks.py +++ b/tests/hacking/checks.py @@ -574,6 +574,8 @@ def check_opts_import_path(logical_line, physical_line, filename): """ excluded_files = ["./rally/osclients.py", "./rally/task/engine.py", + "./rally/task/context.py", + "./rally/task/scenario.py", "./rally/common/opts.py"] forbidden_methods = [".register_opts("]