summaryrefslogtreecommitdiff
path: root/test-requirements.txt
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 /test-requirements.txt
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 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index bd42464..2b0d3d0 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 already pins down pep8, pyflakes and flake8
-hacking<0.10,>=0.9.2
+hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
coverage>=4.0 # Apache-2.0
mock>=2.0 # BSD
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0