diff options
author | Tomoki Sekiyama <tomoki.sekiyama@hds.com> | 2015-06-01 14:44:54 -0400 |
---|---|---|
committer | Tomoki Sekiyama <tomoki.sekiyama@hds.com> | 2015-06-01 15:33:03 -0400 |
commit | 2f97e1e3ca070d9d2450519f5ebcf9c0d624cb65 (patch) | |
tree | d776fa4953126db5ee8ef3732f24d93cb23d876c /tox.ini | |
parent | f098b02564344c5b4e7a33fb664f5fb98313bc96 (diff) | |
download | python-cinderclient-2f97e1e3ca070d9d2450519f5ebcf9c0d624cb65.tar.gz |
Bump hacking to >=0.10.0,<0.11 to fix failure of gate pep8
pbr 1.0.1 released in 2015-05-19 requires the newer
hacking module >=0.10.0,<0.11 than the versions
specified in the test-requirement.txt file,
which causes failure in gate-python-cinderclient-pep8.
This patch bumps the pbr version in test-requirement.txt
to make it consistent with requirements repository,
and adds some fixups to avoid some new hacking rules.
Change-Id: I7de6e04e30a475ec1c26224461faf0c708178a40
Closes-Bug: #1460774
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,5 +35,5 @@ downloadcache = ~/cache/pip [flake8] show-source = True -ignore = F811,F821,H302,H306,H404 +ignore = F811,F821,H302,H306,H404,H405,E122,E123,E128,E251 exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools |