summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorZhijunWei <wzj334965317@outlook.com>2018-12-28 22:52:08 +0800
committerZhijunWei <wzj334965317@outlook.com>2019-02-13 14:33:45 +0800
commitc5764d71db430db6c4f5369733eb714a1d2d382d (patch)
tree2dc916a95d3f365246189e56690f8ebf3fa8c952 /test-requirements.txt
parent3b09958d0c77de8a7738b87e28f2e95ae82b9528 (diff)
downloadoslo-policy-c5764d71db430db6c4f5369733eb714a1d2d382d.tar.gz
Update hacking version
Change-Id: I7009b639743c22f885cebd532a3d6c1b0f9f1226
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 deb4d41..e701ce8 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,<0.14,>=0.12.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
requests-mock>=1.1.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0