Bump hacking and allow author tags

Update test-requirements to work with the latest version of
hacking, similar to neutron. Allow author tags.

Change-Id: I6ac3247915a85a3f217107dfbf7b365ee4d25b50
This commit is contained in:
Kyle Mestery
2015-01-23 15:21:10 +00:00
parent c6a0e4394e
commit abe31653ee
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>=0.9.2,<0.10
hacking>=0.10.0,<0.11
coverage>=3.6
discover

View File

@@ -35,7 +35,8 @@ ignore = E123,E124,E125,H803
[flake8]
# H803 skipped on purpose per list discussion.
# E123, E125 skipped as they are invalid PEP-8.
# H105 skipped as we're allowing @author tags here
show-source = True
ignore = E123,E125,H803
ignore = H105,E123,E125,H803
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools