Unpin ansible-lint

Ansible-lint was pinned to 3.4.7 due to a bug in the 3.4.8 release [1]. This
bug is now resolved by this commit [2].

[1] - 1bc3402969
[2] - 00dcd262b1

Change-Id: I406f1f743524ba6a1bafe793b47095af3def07fd
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud 2017-04-13 13:10:15 +02:00
parent 1575f4240a
commit d9230d44bc
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
hacking<0.11,>=0.10
bashate>=0.2 # Apache-2.0
ansible-lint<=3.4.7
ansible-lint
jenkins-job-builder
docutils>=0.11
sphinx>=1.5.1 # BSD