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: Ia1eac379feb67b9d2efd5bb67611fd60c2bf83ef
Partial-Bug: 1799721
Signed-off-by: Bart Wensley <barton.wensley@windriver.com>
This commit is contained in:
Bart Wensley 2018-10-24 10:10:02 -05:00
parent 5912afaf64
commit 09e68605ea
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ skip_install = True
deps =
hacking
flake8-bugbear
flake8
flake8<3.6.0
commands =
flake8 {[nfv]nfv_base_dir}

View File

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