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:
@@ -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
|
||||
|
||||
3
tox.ini
3
tox.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user