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: I86c81746f8f8f2fcf5211335f8c42b0c03fcca9e
Partial-Bug: 1799721
Signed-off-by: Bart Wensley <barton.wensley@windriver.com>
This commit is contained in:
Bart Wensley 2018-10-24 10:08:51 -05:00
parent 5a021f1584
commit bb89685107
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ basepython = python3
usedevelop = False
skip_install = True
deps =
flake8
flake8<3.6.0
commands =
flake8