Merge "Update test-requirements ansible version"
This commit is contained in:
commit
54e633d25e
@ -3,9 +3,9 @@
|
|||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
flake8
|
flake8
|
||||||
|
|
||||||
# We need to pin Ansible to <2.4 until Zuul supports it, otherwise ansible-lint
|
# We need to pin Ansible to <2.6 until Zuul supports it, otherwise ansible-lint
|
||||||
# picks the latest version which is not known to work yet.
|
# picks the latest version which is not known to work yet.
|
||||||
ansible<2.4
|
ansible>=2.5.1,<2.6
|
||||||
ansible-lint
|
ansible-lint
|
||||||
bashate>=0.2
|
bashate>=0.2
|
||||||
zuul-sphinx>=0.1.1
|
zuul-sphinx>=0.1.1
|
||||||
|
2
tox.ini
2
tox.ini
@ -38,7 +38,7 @@ passenv =
|
|||||||
deps =
|
deps =
|
||||||
# Zuul is required to supply the zuul ansible modules for ansible-lint
|
# Zuul is required to supply the zuul ansible modules for ansible-lint
|
||||||
-egit+https://git.openstack.org/openstack-infra/zuul#egg=zuul
|
-egit+https://git.openstack.org/openstack-infra/zuul#egg=zuul
|
||||||
ansible<2.4.0
|
ansible>=2.5.1,<2.6
|
||||||
ansible-lint
|
ansible-lint
|
||||||
hacking>=0.10,<0.11
|
hacking>=0.10,<0.11
|
||||||
bashate>=0.2
|
bashate>=0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user