summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhe Rivero <ghe.rivero@hp.com>2014-10-01 16:52:59 +0000
committerGhe Rivero <ghe.rivero@hp.com>2014-10-01 16:52:59 +0000
commit6a42cee7786f496ec454575ce140f259b9a206cd (patch)
tree3ce08136883417731521cd182d30aa77d70a6485
parentfc93159233f3f5e82dcfde8639e3b4cb566c317d (diff)
downloadironic-6a42cee7786f496ec454575ce140f259b9a206cd.tar.gz
Update hacking version in test requirements
The current version >=0.8.0,<0.9 is not compatible with the one from global requirements project >=0.9.2,<0.10 Change-Id: I24dac763e744653bfc890feacd5d360c4838f715
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index b07d3e0c3..2160c5c2b 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.8.0,<0.9
+hacking>=0.9.2,<0.10
coverage>=3.6
discover
fixtures>=0.3.14