0dd2f84d0b
flake8 pulls the right versions that it needs in already, so listing them explicitly is redundant. Change-Id: I3441696f055a51c18828d2b345c269c69c1b0e8c
14 lines
557 B
Plaintext
14 lines
557 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
flake8
|
|
|
|
# We need to pin Ansible to <2.4 until Zuul supports it, otherwise ansible-lint
|
|
# picks the latest version which is not known to work yet.
|
|
ansible<2.4
|
|
ansible-lint
|
|
bashate>=0.2
|
|
zuul-sphinx>=0.1.1
|
|
# Zuul is required to supply the zuul ansible modules for ansible-lint
|
|
-e git://git.openstack.org/openstack-infra/zuul@feature/zuulv3#egg=zuul
|