From e239c5b7124b98e19eb768a3daebebdd3b729589 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 7 Apr 2017 14:59:09 -0400 Subject: [PATCH] remove flake8-import-order This continues to make wrong guesses in many environments, and it only slows down running pep8. Do not have this in the tree. Change-Id: Ia63a279685160157385cc231c4b6dc2243f31d01 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 42f0e40ac3..4e6956c756 100644 --- a/tox.ini +++ b/tox.ini @@ -38,7 +38,6 @@ commands = [testenv:pep8] basepython = python2.7 deps = {[testenv]deps} - flake8-import-order==0.11 commands = bash tools/flake8wrap.sh {posargs} # Check that all JSON files don't have \r\n in line. @@ -179,8 +178,6 @@ commands = bash -c tools/releasenotes_tox.sh enable-extensions = H106,H203,H904 ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E251,H405 exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools/xenserver*,releasenotes -import-order-style = pep8 -application-import-names = nova # To get a list of functions that are more complex than 25, set max-complexity # to 25 and run 'tox -epep8'. # 34 is currently the most complex thing we have