summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-06-24 08:23:35 +0000
committerGerrit Code Review <review@openstack.org>2019-06-24 08:23:35 +0000
commit155e540ebfa9acec51336478a78bbb2d97fe40e8 (patch)
tree1f9b5dcc4cc7d1ddb3727b84ff6f2755cd495314 /test-requirements.txt
parent039fa4c045c89d582cf5b1f81d644fc24d3a4818 (diff)
parentb8ecb0bc0386fe4b001d6122004c4bb3f6e22a71 (diff)
downloadpython-glanceclient-155e540ebfa9acec51336478a78bbb2d97fe40e8.tar.gz
Merge "Update hacking version"
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