diff --git a/testsuite/config/openshift_loader.py b/testsuite/config/openshift_loader.py index da5e22ef..8a3b161d 100644 --- a/testsuite/config/openshift_loader.py +++ b/testsuite/config/openshift_loader.py @@ -12,7 +12,8 @@ def inject_client(obj, base_client, path): obj[path] = base_client -def load(obj, **_): +# pylint: disable=unused-argument, too-many-locals +def load(obj, env=None, silent=True, key=None, filename=None): """Creates all OpenShift clients""" section = obj.setdefault("cluster", {}) client = OpenShiftClient(