summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorZhijunWei <wzj334965317@outlook.com>2018-12-28 23:04:37 +0800
committerZhijunWei <wzj334965317@outlook.com>2019-01-03 13:09:22 +0800
commit2ff36fde575fa6987ee5954f526ad6c9460633a5 (patch)
tree1166328403d7c4d69f5e3df8d12c159264b9e886 /test-requirements.txt
parent4e4f57a5fc5e5f025816eb1672abfea020b208a0 (diff)
downloadpython-swiftclient-2ff36fde575fa6987ee5954f526ad6c9460633a5.tar.gz
Update hacking version
1. update hacking version to latest 2. fix pep8 failed Change-Id: Ifc3bfeff4038c93d8c8cf2c9d7814c3003e73504
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 9e6b84a..13cf1e9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,4 @@
-hacking<0.11,>=0.10.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
keystoneauth1>=3.4.0 # Apache-2.0