zuul-base-jobs/test-requirements.txt
Jeremy Stanley 5d5813a7f6 Initial boilerplate, packaging and testing
This copies the documentation scaffold, packaging setup, testing
framework and development environment files from the zuul-jobs repo
for consistency.

Change-Id: I64046054a65c3e01b0b81c01813482b67535d51b
Depends-On: Ib43621d29c4082c3a34a221a6462910364c19319
2017-12-19 01:05:54 +00:00

12 lines
414 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