c5171330b2
Support for ansible 2.5 was dropped 5 months ago: https://review.opendev.org/#/c/650431/ Let's bumb the supported version in zuul-jobs to 2.6. Change-Id: If0df7ddadcadbd744d50f7d6e5f87622dddf3e8e
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
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
|
|
yamllint>=1.23.0
|
|
|
|
# We need to pin the ansible version directly here; per the
|
|
# deprecation policy it should trail the version used by Zuul by 4
|
|
# weeks to give people time to update before these roles start
|
|
# depending on new features. Also note we can't just include zuul
|
|
# here to pull in ansible anyway; pip doesn't actually have a
|
|
# dependency solver and the uncapped ansible requirement from
|
|
# ansible-lint pull in the latest version.
|
|
ansible>=2.6,<2.7 # https://review.opendev.org/#/c/650431/
|
|
# Don't automatically switch to ansible-lint 5 when it becomes
|
|
# available, so that it can be evaluated for an orderly transition.
|
|
ansible-lint>=4.1.1a0,<5
|
|
stestr>=1.0.0,<3.0.0;python_version<'3.5' # Apache-2.0
|
|
stestr>=1.0.0;python_version>='3.5' # Apache-2.0
|
|
# For upload-logs-swift:
|
|
openstacksdk>=0.17.1
|
|
requests
|
|
requestsexceptions
|
|
bs4
|
|
# For upload-logs-google
|
|
google-cloud-storage
|