mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
Currently, there is a hard coded timeout in galaxy-importer that prevents larger collections to execute the ansible-lint step [1]. This patch modifies the calls to ansible-lint on development tools and upstream CI to use the same arguments as galaxy-importer and disables the execution of the ansible-lint step for the Ansible's sanity test. Requested ansible-lint version for tools is also updated, as a more recent one is required. This change will not allow development using an environment using Python 2.7, due to newer ansible-lint requirements. Roles and modules tests against target nodes using Python 2.7 is still possible. [1]: https://github.com/ansible/galaxy-importer/pull/231
11 lines
176 B
Plaintext
11 lines
176 B
Plaintext
-r requirements-tests.txt
|
|
ipdb==0.13.4
|
|
pre-commit==2.20.0
|
|
flake8==5.0.3
|
|
flake8-bugbear==22.10.27
|
|
pylint==2.14.4
|
|
wrapt == 1.14.0
|
|
pydocstyle==6.0.0
|
|
yamllint==1.28.0
|
|
ansible-lint
|