zuul-base-jobs/test-requirements.txt
James E. Blair d20695814d Update zuul ansible location
With multi-ansible support, the location of the zuul plugins/modules
has moved.

Also, pin ansible-lint to match the version in zuul-jobs. Note we move
all the deps for the linters job into test-requirements.txt then consume
the deps there under the tox linters target. This makes it easier to see
where deps are listed.

Finally bump hacking version up so that modern flake8 works with it.

Change-Id: I8e2cf1f2276bca5a912fed52062628b3b9d0d6d9
2019-03-18 12:14:38 -07:00

13 lines
446 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.6 until Zuul supports it, otherwise ansible-lint
# picks the latest version which is not known to work yet.
ansible>=2.5.1,<2.6
ansible-lint<4
hacking>=1.1.0,<2.0.0
bashate>=0.2
zuul-sphinx>=0.1.1