summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2014-09-21 02:44:37 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2014-09-21 02:44:37 -0400
commit394d202a6aca41a5f90436d9c6a5728bf8ce5af8 (patch)
tree3ec82f89cb164be1afbbaa42bbd2c4cd3b5c9af8 /test-requirements.txt
parent026b6201bf0594b348e6cf30a3ff26bdb688d5f6 (diff)
downloadpython-keystoneclient-394d202a6aca41a5f90436d9c6a5728bf8ce5af8.tar.gz
Update hacking to 0.9.x
Address some issues that came up because of hacking upgrade. But ignoring H904 since the slashes are valid, as they are in comments, not code. Change-Id: Ie8a94fc71632e4130c2ec663a5c6d3f2042f8263 Closes-Bug: #1328469
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 c58b105..e0387f0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-hacking>=0.8.0,<0.9
+hacking>=0.9.2,<0.10
coverage>=3.6
discover