From bb89685107766fa638d1a54b2705daa923a41694 Mon Sep 17 00:00:00 2001 From: Bart Wensley Date: Wed, 24 Oct 2018 10:08:51 -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: I86c81746f8f8f2fcf5211335f8c42b0c03fcca9e 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 b0a799f2..289ad9a5 100644 --- a/tox.ini +++ b/tox.ini @@ -65,7 +65,7 @@ basepython = python3 usedevelop = False skip_install = True deps = - flake8 + flake8<3.6.0 commands = flake8