From c7e472a6fec7f5c85e0a9dccb886ddfeb610f96b Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 12 Feb 2015 15:03:26 -0800 Subject: [PATCH] Move to hacking 0.10 Release notes: http://lists.openstack.org/pipermail/openstack-dev/2015-January/054165.html Remove deleted hacking rules from tox.ini (H904) Change-Id: I9a7130c700e2e49ee95fd16bf48af4697e78312d --- test-requirements.txt | 2 +- tox.ini | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index aba626285..dd4f36d0f 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.11,>=0.10.0 oslotest>=1.2.0 # Apache-2.0 mock>=1.0 testtools>=0.9.36,!=1.2.0 diff --git a/tox.ini b/tox.ini index 4ef1c3358..44571ff85 100644 --- a/tox.ini +++ b/tox.ini @@ -49,8 +49,6 @@ deps = {[testenv:py27]deps} commands = {posargs} [flake8] -# H904 Wrap long lines in parentheses instead of a backslash -ignore = H904 builtins = _ exclude = .venv,.tox,dist,doc,./taskflow/openstack/common,*egg,.git,build,tools