From 53ca79e8f7c5f456238427d6130525191a28e85f Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Fri, 13 May 2016 05:22:31 +0800 Subject: [PATCH] Update to hacking 0.11.0 Change-Id: I858a418fa5202ec4fc0fc17f462b983f7864bcac --- ceilometerclient/tests/unit/v2/test_query_alarm_history.py | 2 -- ceilometerclient/tests/unit/v2/test_shell.py | 3 --- ceilometerclient/v2/client.py | 3 --- ceilometerclient/v2/query.py | 3 --- ceilometerclient/v2/shell.py | 4 ---- tox.ini | 2 +- 6 files changed, 1 insertion(+), 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 014b894d..a04f159c 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 -# # 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 de2b5dbc..c62be80c 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 -# Ildiko Vancsa -# # 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 9620c4a9..328c5742 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 -# Ildiko Vancsa -# # 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 a11a56df..9d540b25 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 -# Ildiko Vancsa -# # 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 771ea4de..8977836c 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 -# Balazs Gibizer -# Ildiko Vancsa -# # 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 40777e86..ce597a0e 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]