summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2014-06-11 21:55:05 -0400
committerDavanum Srinivas <dims@linux.vnet.ibm.com>2014-06-12 07:48:09 -0400
commit455b47168f8a09e62f9ffe4d74d26d60d44eea5f (patch)
tree6601c19826b358d5d8fa886f5a787bc42c78e5f3
parent6f0e9985143c399afb75b0c7b525c2bebf07959f (diff)
downloadoslo-db-455b47168f8a09e62f9ffe4d74d26d60d44eea5f.tar.gz
Bump hacking to 0.9.x series
In order to keep this patch to just a requirements bump, ignore new and stricter hacking rules that are being triggered. Fixing up the code and turning these on is out of scope of this patch and is for future patches. Change-Id: I632655eb975a9f6c2b922c065c029e9870bc2b70
-rw-r--r--test-requirements.txt2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index c940f8c..6667095 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,4 @@
-hacking>=0.8.0,<0.9
+hacking>=0.9.1,<0.10
coverage>=3.6
discover
diff --git a/tox.ini b/tox.ini
index fef9a35..b4c00d4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -35,7 +35,7 @@ commands =
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
-ignore = E123,E125,H803
+ignore = E123,E125,E128,E265,H305,H307,H402,H405,H703,H803,H904
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build