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

View File

@ -1,4 +1,4 @@
bashate >= 0.2
PyYAML >= 3.1.0
yamllint >= 0.5.2
flake8 >= 2.5.4 # MIT
flake8 < 3.6.0