Lock down flake8 version

The new flake8 version 3.6.0 introduces new warnings that cause
the check and gate jobs to fail. Locking down the flake8 version
to avoid these surprises in the future. We can later increment
the flake8 version and fix the new warnings in a controlled
manner.

Change-Id: I0cec95de9fe9d58536752038b94939962919d166
Partial-Bug: 1799721
Signed-off-by: Bart Wensley <barton.wensley@windriver.com>
This commit is contained in:
Bart Wensley 2018-10-24 10:07:57 -05:00
parent ebb9dae417
commit dcfee58e7b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ commands =
[testenv:pep8]
usedevelop = False
deps =
flake8
flake8<3.6.0
description =
Run style checks
commands =