Move ansible-lint requirement
This patch moves ansible-lint requirement to test-requirements.txt since other linters are placed there. Depends-On: https://review.opendev.org/679238/ Change-Id: I3205470b8299d35af9dc1e0d7b75cdce0266dbfa
This commit is contained in:
parent
319b0fd89e
commit
04d235a92c
@ -10,9 +10,6 @@
|
||||
# The Ansible version used for testing
|
||||
ansible==2.7.10
|
||||
|
||||
# The Ansible lint version used for lint tests
|
||||
ansible-lint==3.4.21
|
||||
|
||||
# Used for the ip filter within ansible
|
||||
netaddr
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
# Used for lint tests
|
||||
bashate>=0.5.1 # Apache-2.0
|
||||
flake8<2.6.0,>=2.5.4 # MIT
|
||||
ansible-lint==3.4.21 # MIT
|
||||
|
||||
# Used to help make SNI connections work from python
|
||||
# if python itself does not support it properly (<2.7.9).
|
||||
|
Loading…
Reference in New Issue
Block a user