diff --git a/.test_runner_config.yaml b/.test_runner_config.yaml index cfb65db1b..014c64854 100644 --- a/.test_runner_config.yaml +++ b/.test_runner_config.yaml @@ -51,8 +51,8 @@ steps: - sed -ri "s/mode = production/mode = development/" /etc/ipa/default.conf - systemctl restart httpd.service lint: - - PYTHON=/usr/bin/python2 make V=0 lint - - PYTHON=/usr/bin/python3 make V=0 pylint + - make PYTHON=/usr/bin/python2 V=0 lint + - make PYTHON=/usr/bin/python3 V=0 pylint prepare_tests: - echo ${server_password} | kinit admin && ipa ping - cp -r /etc/ipa/* ~/.ipa/