mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 04:14:42 +00:00
requirements-dev: Update requirements for virtual environments
When developing ansible-freeipa using a Python virtual environment, some ansible-freeipa utility scripts failed to execute due to missing tools. This patch add the required tools and modules to requirements-dev.txt and pin the versions to the same available in Fedora 36.
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
-r requirements-tests.txt
|
-r requirements-tests.txt
|
||||||
ipdb
|
ipdb==0.13.4
|
||||||
pre-commit
|
pre-commit
|
||||||
|
flake8==4.0.1
|
||||||
flake8-bugbear
|
flake8-bugbear
|
||||||
pylint==2.12.2
|
pylint==2.13.7
|
||||||
|
pydocstyle==6.0.0
|
||||||
|
yamllint==1.26.3
|
||||||
|
ansible-lint==5.3.2
|
||||||
|
dnspython==2.2.0
|
||||||
|
netaddr==0.8.0
|
||||||
|
gssapi==1.7.2
|
||||||
|
|||||||
Reference in New Issue
Block a user