pin version of ansible-lint we use for testing
Latest release of ansible-lint 2.4.0 has broken role linter tasks by introducing a dependency on openstack-ansible-plugins for all linting While we may choose to adapt the linter tox env in the future, for now we want to return to previous linter behavior. Change-Id: Ib08942acc92da49ac06792170f0bc59328041af0
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
ansible-lint
|
ansible-lint<=2.3.9
|
||||||
ansible>=1.9.1,<2.0.0
|
ansible>=1.9.1,<2.0.0
|
||||||
bashate
|
bashate
|
||||||
flake8
|
flake8
|
||||||
@@ -6,3 +6,6 @@ flake8
|
|||||||
# this is required for the docs build jobs
|
# this is required for the docs build jobs
|
||||||
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
||||||
oslosphinx>=2.5.0 # Apache-2.0
|
oslosphinx>=2.5.0 # Apache-2.0
|
||||||
|
|
||||||
|
# required by Ansible uri module
|
||||||
|
httplib2
|
||||||
|
|||||||
Reference in New Issue
Block a user