Merge "Move to hacking 0.10"

This commit is contained in:
Jenkins
2015-01-15 03:45:08 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=0.9.2,<0.10
hacking>=0.10.0,<0.11
coverage>=3.6
discover

View File

@@ -33,11 +33,10 @@ commands = oslo_debug_helper -t keystoneclient/tests {posargs}
[flake8]
# F821: undefined name
# H304: no relative imports
# H803 Commit message should not end with a period (do not remove per list discussion)
# H405: multi line docstring summary not separated with an empty line
# E122: continuation line missing indentation or outdented
# H904: Wrap long lines in parentheses instead of a backslash
ignore = F821,H304,H803,H405,E122,H904
# New from hacking 0.10: H238,W292
ignore = F821,H238,H304,H405,E122,W292
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*