pin yamllint to 1.4.1

A new update of yamllint introduced new rules that we're failing. Treat
this linter like we do others and pin it, so we can update it and fix
any issues from the new version at the same time.

Change-Id: I51800955a5d25b52910e9a6a9de8578be8519028
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2016-10-12 08:55:34 -04:00
parent 1c6d21d1bc
commit c043a7a48f

View File

@ -15,7 +15,7 @@ basepython = python2.7
[testenv:validate] [testenv:validate]
deps = deps =
yamllint>=0.5.2 yamllint==1.4.1
commands = commands =
yamllint -f parsable -c {toxinidir}/yamllint.yml deliverables yamllint -f parsable -c {toxinidir}/yamllint.yml deliverables
validate-request {posargs} validate-request {posargs}