summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorricolin <rico.lin@easystack.cn>2017-03-02 16:35:01 +0800
committerricolin <rico.lin@easystack.cn>2017-03-02 16:35:24 +0800
commit70f27293bd09410ff8707b2e065fa37857568793 (patch)
treee26213be082260354e4584de792ebd1c264fcd63 /test-requirements.txt
parent5f1ae538e0c3fe69895f623d62eff87f11e29693 (diff)
downloadpython-glanceclient-70f27293bd09410ff8707b2e065fa37857568793.tar.gz
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: I131cce2efade625af3e1e36a058c086ea5793f47
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 a1108cc..91d5b4d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-hacking<0.11,>=0.10.0
+hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
coverage>=4.0 # Apache-2.0
mock>=2.0 # BSD