From abe31653ee2fa77caeceacb17f8b51b11dcbc810 Mon Sep 17 00:00:00 2001 From: Kyle Mestery Date: Fri, 23 Jan 2015 15:21:10 +0000 Subject: [PATCH] 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 --- test-requirements.txt | 2 +- tox.ini | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 040d99f49..4a35eae08 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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 diff --git a/tox.ini b/tox.ini index acb9562c4..6bff7da80 100644 --- a/tox.ini +++ b/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