summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorricolin <rico.lin@easystack.cn>2017-03-02 17:29:29 +0800
committerIhar Hrachyshka <ihrachys@redhat.com>2017-03-02 17:52:11 +0000
commitc3dda721813956c0924939546075f816935baa89 (patch)
tree9ac35cd68b466a69578a1f2b50d243d4972fe070 /test-requirements.txt
parent2bf91b2f1036e62a6d76bb0f7a82304f15dce1f3 (diff)
downloadneutron-c3dda721813956c0924939546075f816935baa89.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: Ie0a2cef329e2820ffe60c512a4870c0c3053574a
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 f8c181c38c..6a77b40c5f 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.13,>=0.12.0 # Apache-2.0
+hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
coverage>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD