From a34d1d77f440cfa01fdc8635552ba14b465bac48 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 9 Nov 2016 22:45:54 +0100 Subject: [PATCH] Bump hacking to 0.12 Change-Id: I43417e8a00960e6f3895263414218cf0de9bf1f3 Signed-off-by: Julien Danjou --- tox.ini | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 4ace62d5..85358ec1 100644 --- a/tox.ini +++ b/tox.ini @@ -82,7 +82,7 @@ commands = python setup.py testr --slowest --coverage --testr-args="{posargs}" commands = python setup.py build_sphinx [testenv:pep8] -deps = hacking<0.11,>=0.10.0 +deps = hacking<0.13,>=0.12 doc8 commands = flake8 @@ -92,10 +92,6 @@ commands = exclude=.venv,.git,.tox,dist,*egg,*.egg-info,build,examples,doc show-source = True -[hacking] -import_exceptions = six.moves - unittest.mock - [doc8] ignore-path = doc/source/compatibility.rst,doc/source/history.rst