From be9c43ecf469059266ae4a4c5520fec01353458b Mon Sep 17 00:00:00 2001 From: Bart Wensley Date: Wed, 24 Oct 2018 10:07:06 -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: Ie3fe4ccbb3acde158482f3207bbae655f32ae3d0 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 e00f9bbca..147d74531 100644 --- a/tox.ini +++ b/tox.ini @@ -106,7 +106,7 @@ skip_install = True deps = hacking flake8-bugbear - flake8 + flake8<3.6.0 commands = flake8