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: Ie3fe4ccbb3acde158482f3207bbae655f32ae3d0
Partial-Bug: 1799721
Signed-off-by: Bart Wensley <barton.wensley@windriver.com>
This commit is contained in:
Bart Wensley 2018-10-24 10:07:06 -05:00
parent ba4877efdf
commit be9c43ecf4
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ skip_install = True
deps =
hacking
flake8-bugbear
flake8
flake8<3.6.0
commands =
flake8