Explorar o código

Silencing pylint branch errors for now for the atomic-openshift-installer harness

Brenton Leanhardt %!s(int64=9) %!d(string=hai) anos
pai
achega
7b85e1dfa5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      utils/test/cli_installer_tests.py

+ 1 - 1
utils/test/cli_installer_tests.py

@@ -614,7 +614,7 @@ class AttendedCliTests(OOCliFixture):
         self.config_file = os.path.join(self.work_dir, 'config.yml')
         self.cli_args.extend(["-c", self.config_file])
 
-    #pylint: disable=too-many-arguments
+    #pylint: disable=too-many-arguments,too-many-branches
     def _build_input(self, ssh_user=None, hosts=None, variant_num=None,
         add_nodes=None, confirm_facts=None, scheduleable_masters_ok=None,
         master_lb=None):