summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-requirements.txt2
-rw-r--r--tox.ini1
2 files changed, 2 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 50abc48..598da17 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
-hacking>=0.8.0,<0.9
+hacking>=0.10.0,<0.11
coverage>=3.6
discover
fixtures>=0.3.14
diff --git a/tox.ini b/tox.ini
index caf84b9..dde3632 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,6 +37,7 @@ commands=
downloadcache = ~/cache/pip
[flake8]
+ignore = E123,E126,E128,E241,E265,E713,H202,H405,H238
show-source = True
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build
max-complexity=20