f40a7fbe1e
When we lint our playbooks, we need to also have zuul install our custom action plugins. Also default to python3 so we can properly install zuul into tox. Change-Id: Ib7e39e43005aa73c9d482af6becef3408d097e15 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
12 lines
403 B
Plaintext
12 lines
403 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.
|
|
|
|
hacking>=0.12.0,<0.13 # Apache-2.0
|
|
|
|
ansible-lint
|
|
bashate>=0.2
|
|
sphinx>=1.5.1,<1.6.0 # BSD
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
|
-e git://git.openstack.org/openstack-infra/zuul@feature/zuulv3#egg=zuul
|