summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorjacky06 <zhang.min@99cloud.net>2019-03-06 22:41:58 +0800
committercaoyuan <cao.yuan@99cloud.net>2019-03-27 09:06:39 +0000
commitb8ecb0bc0386fe4b001d6122004c4bb3f6e22a71 (patch)
tree00c673186d0c583f74e10603a0fe5562d84a6dea /test-requirements.txt
parent60a707e73a9ad52cdacd23933cb3a5ac4d419eef (diff)
downloadpython-glanceclient-b8ecb0bc0386fe4b001d6122004c4bb3f6e22a71.tar.gz
Update hacking version
Use latest release 1.1.0 and compatible changes w.r.t pep8 Change-Id: Ifc3b96d98c1a7feff187f953d487e12135887fb9
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 0424393..8e8541c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,7 +1,8 @@
# 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,<0.14,>=0.12.0 # Apache-2.0
+
+hacking>=1.1.0,<1.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
mock>=2.0.0 # BSD