zuul-base-jobs/test-requirements.txt
James E. Blair a0739122f7 Switch docs theme to RTD
To match change I2870450ffd02f55509fcc1297d050b09deafbfb9 in Zuul.

This does not use the versioning feature due to the nature of this repo.

Change-Id: I964c62827668f9b894e9edc0d37e0bce5a3a4492
2021-12-16 06:50:22 -08:00

14 lines
448 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
flake8
bashate>=0.2
zuul-sphinx>=0.1.1
sphinx_rtd_theme