summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhiQiang Fan <aji.zqfan@gmail.com>2016-05-13 05:22:31 +0800
committerZhiQiang Fan <aji.zqfan@gmail.com>2016-05-13 05:32:06 +0800
commit53ca79e8f7c5f456238427d6130525191a28e85f (patch)
treeb9ea93828e379393efd05451c00a4e72dd172bad
parent5a0dab766e52214ef1ea12eb99acca0b4cf45860 (diff)
downloadpython-ceilometerclient-53ca79e8f7c5f456238427d6130525191a28e85f.tar.gz
Update to hacking 0.11.0
Change-Id: I858a418fa5202ec4fc0fc17f462b983f7864bcac
-rw-r--r--ceilometerclient/tests/unit/v2/test_query_alarm_history.py2
-rw-r--r--ceilometerclient/tests/unit/v2/test_shell.py3
-rw-r--r--ceilometerclient/v2/client.py3
-rw-r--r--ceilometerclient/v2/query.py3
-rw-r--r--ceilometerclient/v2/shell.py4
-rw-r--r--tox.ini2
6 files changed, 1 insertions, 16 deletions
diff --git a/ceilometerclient/tests/unit/v2/test_query_alarm_history.py b/ceilometerclient/tests/unit/v2/test_query_alarm_history.py
index 014b894..a04f159 100644
--- a/ceilometerclient/tests/unit/v2/test_query_alarm_history.py
+++ b/ceilometerclient/tests/unit/v2/test_query_alarm_history.py
@@ -1,7 +1,5 @@
# Copyright Ericsson AB 2014. All rights reserved
#
-# Authors: Ildiko Vancsa <ildiko.vancsa@ericsson.com>
-#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/ceilometerclient/tests/unit/v2/test_shell.py b/ceilometerclient/tests/unit/v2/test_shell.py
index de2b5db..c62be80 100644
--- a/ceilometerclient/tests/unit/v2/test_shell.py
+++ b/ceilometerclient/tests/unit/v2/test_shell.py
@@ -1,8 +1,5 @@
# Copyright Ericsson AB 2014. All rights reserved
#
-# Authors: Balazs Gibizer <balazs.gibizer@ericsson.com>
-# Ildiko Vancsa <ildiko.vancsa@ericsson.com>
-#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/ceilometerclient/v2/client.py b/ceilometerclient/v2/client.py
index 9620c4a..328c574 100644
--- a/ceilometerclient/v2/client.py
+++ b/ceilometerclient/v2/client.py
@@ -1,8 +1,5 @@
# Copyright Ericsson AB 2014. All rights reserved
#
-# Authors: Balazs Gibizer <balazs.gibizer@ericsson.com>
-# Ildiko Vancsa <ildiko.vancsa@ericsson.com>
-#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/ceilometerclient/v2/query.py b/ceilometerclient/v2/query.py
index a11a56d..9d540b2 100644
--- a/ceilometerclient/v2/query.py
+++ b/ceilometerclient/v2/query.py
@@ -1,8 +1,5 @@
# Copyright Ericsson AB 2014. All rights reserved
#
-# Authors: Balazs Gibizer <balazs.gibizer@ericsson.com>
-# Ildiko Vancsa <ildiko.vancsa@ericsson.com>
-#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/ceilometerclient/v2/shell.py b/ceilometerclient/v2/shell.py
index 771ea4d..8977836 100644
--- a/ceilometerclient/v2/shell.py
+++ b/ceilometerclient/v2/shell.py
@@ -2,10 +2,6 @@
# Copyright 2013 Red Hat, Inc
# Copyright Ericsson AB 2014. All rights reserved
#
-# Authors: Angus Salkeld <asalkeld@redhat.com>
-# Balazs Gibizer <balazs.gibizer@ericsson.com>
-# Ildiko Vancsa <ildiko.vancsa@ericsson.com>
-#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/tox.ini b/tox.ini
index 40777e8..ce597a0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ commands =
python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
-deps = hacking<0.11,>=0.10.0
+deps = hacking<0.12,>=0.11.0
commands = flake8
[testenv:cover]