Correct version of ansible from test-requirements.txt

Replaces the old pinning which was there since zuul supported a single
version of Ansible with the olded version of Ansible which is still
under support.

Change-Id: I446c01d9c4a981d20abac97685b9205637a945c2
This commit is contained in:
Sorin Sbarnea 2019-08-14 17:05:31 +01:00
parent 6e865fa04a
commit 5a700cb64d
1 changed files with 5 additions and 4 deletions

View File

@ -6,13 +6,14 @@ GitPython>=2.1.8,<2.1.12
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
# deprecation policy it should stick to oldest version of ansible that did not
# reach EOL which is also supported by zuul.
# https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html
# 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>=2.6.18,<2.7
# 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