summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJohn L. Villalovos <john.l.villalovos@intel.com>2016-08-23 13:23:30 -0700
committerJohn L. Villalovos <john.l.villalovos@intel.com>2016-08-23 13:25:47 -0700
commitb3be30bad1e3dfc65a09e54429c27a6d625d5a86 (patch)
treebd2543d371b87f4e8546b0e68a1e6f2656068653 /test-requirements.txt
parent46dc3959e35400dbadad1bf2ed3733ee44e77dc5 (diff)
downloadironic-b3be30bad1e3dfc65a09e54429c27a6d625d5a86.tar.gz
Update hacking test-requirement
Update the hacking test-requirement to match openstack/requirements global-requirements.txt Remove author lines from some files to fix error: [H105] Don't use author tags. As we use version control instead The hacking requirement is not updated by the proposal bot. Change-Id: I8a35a7ebd811c477c893c7b5e854c46acc075af0
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 86db1716d..ff095dab8 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.11,>=0.10.0
+hacking>=0.11.0,<0.12 # Apache-2.0
coverage>=3.6 # Apache-2.0
doc8 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD