mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 23:58:23 -05:00
py3: enable py3 pylint
We should run pylint in both python2 and python3 versions Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
@@ -40,7 +40,8 @@ steps:
|
|||||||
-a ${server_password} --setup-dns --auto-forwarders
|
-a ${server_password} --setup-dns --auto-forwarders
|
||||||
- ipa-kra-install -p ${server_password}
|
- ipa-kra-install -p ${server_password}
|
||||||
lint:
|
lint:
|
||||||
- make V=0 lint
|
- PYTHON=/usr/bin/python2 make V=0 lint
|
||||||
|
- PYTHON=/usr/bin/python3 make V=0 pylint
|
||||||
prepare_tests:
|
prepare_tests:
|
||||||
- echo ${server_password} | kinit admin && ipa ping
|
- echo ${server_password} | kinit admin && ipa ping
|
||||||
- cp -r /etc/ipa/* ~/.ipa/
|
- cp -r /etc/ipa/* ~/.ipa/
|
||||||
|
|||||||
Reference in New Issue
Block a user