Use ansible-lint == 3.5.1 for stable/queens

To avoid dependency issues with ansible-lint in stable/queens, the
ansible-lint 3.5.1 release is explicitly used in tox environment.

Closes-bug: #1860670
Change-Id: I1c2bf04029818b45bdfff211c7bbd0b662792407
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud (Strider) 2020-01-23 15:25:52 +01:00
parent 6d3471699c
commit 2ab82396ec
No known key found for this signature in database
GPG Key ID: 4119D0305C651D66
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} {opts} {packages} "ansible>=2" "ansible-lint"
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} {opts} {packages} "ansible>=2" "ansible-lint==3.5.1"
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt