Use 3.5.0 version of flake8 64/77264/2
authorSam Hague <shague@redhat.com>
Wed, 24 Oct 2018 18:08:21 +0000 (14:08 -0400)
committerSam Hague <shague@redhat.com>
Wed, 24 Oct 2018 18:13:48 +0000 (18:13 +0000)
Version 3.6.0 was released today and it fails many
existing files.

Change-Id: I081959b959510176969eead58222b23c735013ca
Signed-off-by: Sam Hague <shague@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 898f0292e2462f07532cd6531555bf0045c39046..03b6434dd96950a1f0799b6ffe18ef756e9371df 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -25,7 +25,7 @@ commands = python ./tools/robot_check/tidytool.py diff csit tools
 
 [testenv:pep8]
 deps =
-    flake8
+    flake8~=3.5.0
 commands = flake8
 
 [flake8]