summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorricolin <rico.lin@easystack.cn>2017-03-02 20:33:05 +0800
committerricolin <rico.lin@easystack.cn>2017-03-02 23:36:32 +0800
commitcebe77fdb09a9b1ad10f4ecd1275723cb09db8ad (patch)
tree029506f5ded67bcc0b0934b46e8e6b2b7895b6c9 /tox.ini
parent839ce1e1f0745b16b5e3d1e4a2092c2579196163 (diff)
downloadpython-designateclient-cebe77fdb09a9b1ad10f4ecd1275723cb09db8ad.tar.gz
[Fix gate]Update test requirement
Since pbr already landed and the old version of hacking seems not work very well with pbr>=2, we should update it to match global requirement. Partial-Bug: #1668848 Change-Id: I11191b14edd3870b5a4443a2ef9b219cb46ddb36
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e8f1878..3ebba29 100644
--- a/tox.ini
+++ b/tox.ini
@@ -64,6 +64,6 @@ commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenote
# H904 Wrap long lines in parentheses instead of a backslash
# See designate for other ignored codes that may apply here
-ignore = H302,H402,H404,H405,H904
+ignore = H105, H302,H402,H404,H405,H904
builtins = _
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools