mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
By the first quarter of 2024, all collections must pass ansible-lint tests run with version 6.22.x. This PR ensure that all ansible-freeipa tests depending on ansible-lint use a valid version of it.
11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
-r requirements-tests.txt
|
|
ipdb==0.13.4
|
|
pre-commit==2.20.0
|
|
flake8==6.0.0
|
|
flake8-bugbear
|
|
pylint==2.17.2
|
|
wrapt==1.14.1
|
|
pydocstyle==6.3.0
|
|
yamllint==1.32.0
|
|
ansible-lint >= 6.22
|