summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorricolin <rico.lin@easystack.cn>2017-03-02 18:28:01 +0800
committerricolin <rico.lin@easystack.cn>2017-03-02 18:28:24 +0800
commitc6e995323e3fc83d1af8f262155195c42e1b0490 (patch)
tree9d8159989afc04c5df6ce817a0872185faf3ce4b /test-requirements.txt
parentad51df86408ff5c1eb5b9845ffcdbc6f2a6753cb (diff)
downloadoslo-context-c6e995323e3fc83d1af8f262155195c42e1b0490.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: I2fbdd6f472704d5e1c6f8cf1c2ac5b09ea05aead
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 98ef4fa..fc16f46 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
oslotest>=1.10.0 # Apache-2.0
coverage>=4.0 # Apache-2.0