summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorricolin <rico.lin@easystack.cn>2017-03-02 18:25:02 +0800
committerricolin <rico.lin@easystack.cn>2017-03-02 18:25:25 +0800
commit93d1dac08cbc2c9b4e304a259641a4015365dffb (patch)
treeacf2aea6866f0c41aa5e28f94cb75b6cc50484cd
parent4413c89e118b00acf9975cc244fc0e57b1988ad4 (diff)
downloadoslo-middleware-93d1dac08cbc2c9b4e304a259641a4015365dffb.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: Ifd5506f7cbaeda3ce198e8e3213dcfbf629a8c90
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 8d653a9..8b43cda 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
fixtures>=3.0.0 # Apache-2.0/BSD
-hacking<0.11,>=0.10.0
+hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
mock>=2.0 # BSD
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0