b35f47190a
There seems to be a problem with openstack-zuul-jobs [1].
This reverts commit 421f533b61
.
[1] http://logs.openstack.org/86/610386/3/gate/openstack-zuul-jobs-linters/a8c857d/job-output.txt.gz#_2018-10-18_07_14_42_431592
Change-Id: Iac5236221e33df4613cc2f7a2edcffc323902320
24 lines
855 B
Plaintext
24 lines
855 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
|
|
zuul
|
|
|
|
# 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.5.1,<2.6 # https://review.openstack.org/567007
|
|
ansible-lint
|
|
bashate>=0.2
|
|
zuul-sphinx>=0.1.1
|
|
stestr>=1.0.0 # Apache-2.0
|
|
# For upload-logs-swift:
|
|
openstacksdk>=0.17.1
|
|
requests
|
|
requestsexceptions
|
|
bs4
|