summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-06-16 13:55:17 +0000
committerGerrit Code Review <review@openstack.org>2020-06-16 13:55:18 +0000
commitad2b85b4ed34add6afde47358ebd665a34c02c2a (patch)
tree87801fd1d3d54fb1e593fca580458a0ef39b7014 /test-requirements.txt
parentdf7dbabb7dd63bc8066d9cc89955a510bf63b04d (diff)
parenta9913ea35fee4a8c2321718c9217047950e61517 (diff)
downloadpython-barbicanclient-ad2b85b4ed34add6afde47358ebd665a34c02c2a.tar.gz
Merge "Update hacking for Python3"
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 1e831cf..d0c96f1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,8 +1,9 @@
# 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>=3.1.0,<3.2.0 # Apache-2.0
+
coverage!=4.4,>=4.1 # Apache-2.0
-hacking>=1.1.0,<1.2.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
requests-mock>=1.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0