From dcfee58e7bd0d862d6ae5abc22b19081800ed437 Mon Sep 17 00:00:00 2001 From: Bart Wensley Date: Wed, 24 Oct 2018 10:07:57 -0500 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dfcbf65b..5b11829f 100644 --- a/tox.ini +++ b/tox.ini @@ -35,7 +35,7 @@ commands = [testenv:pep8] usedevelop = False deps = - flake8 + flake8<3.6.0 description = Run style checks commands =