Update hacking to global requirements

Change-Id: I70ac868c35b2e8f07917657a05e0cd1141e687ab
This commit is contained in:
Dina Belova
2015-01-12 13:38:02 +03:00
parent 4333e925da
commit 6ae0127763
2 changed files with 3 additions and 2 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 already pins down pep8, pyflakes and flake8
hacking>=0.9.1,<0.10
hacking>=0.10.0,<0.11
coverage>=3.6
discover
fixtures>=0.3.14

View File

@@ -31,6 +31,7 @@ commands=
[flake8]
# H405 multi line docstring summary not separated with an empty line
# H904 Wrap long lines in parentheses instead of a backslash
ignore = H405,H904
# H105 Don't use author tags
ignore = H405,H904,H105
show-source = True
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools