zuul-jobs/test-requirements.txt
James E. Blair 2bf16a421f Add upload-logs-swift role
This adds a role to upload log files to swift.  It generates index
files, sets expiration times, and creates partitioned containers as
needed.

This is largely based on the zuul_swift_upload.py script written for
Zuul v2 by Joshua Hesketh.

Change-Id: If520c849fe6a20833804609583ea758e8dd2a6f6
Co-Authored-By: Joshua Hesketh <josh@nitrotech.org>
2018-07-27 13:40:03 -07:00

19 lines
513 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
stestr>=1.0.0 # Apache-2.0
# For upload-logs-swift:
openstacksdk
requests
requestsexceptions
bs4
#