summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2014-06-11 21:57:36 -0400
committerDavanum Srinivas <dims@linux.vnet.ibm.com>2014-06-12 07:51:50 -0400
commitff1a8abb5d15f7cfa792c2b2f9ea974602bdef18 (patch)
treea6b53abab5a057c69df555a5a6f219701817a60b
parent6ac553173de8e01f0b4a8bb73c212c63fd8679a4 (diff)
downloadpycadf-ff1a8abb5d15f7cfa792c2b2f9ea974602bdef18.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: Id92d86233774000012f325c981df6772f64c33dd
-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 360b7d0..deb3d6b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,5 +1,5 @@
# Hacking already pins down pep8, pyflakes and flake8
-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 1f88502..386f24c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,5 +28,6 @@ commands = {posargs}
[flake8]
show-source = True
+ignore = E128,E251,E265,H305,H307,H405,H904
exclude = .tox,dist,doc,*.egg,build,./pycadf/openstack/common
builtins = _