From c4dee7a484eb2657bda2e5230ae140dafaa9086a Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 13 Jan 2015 14:05:15 +0100 Subject: [PATCH] Upgrade to hacking 0.10 Change-Id: I66f42d7bd1342f236ddd00f6d56e79d6136eecde --- ceilometerclient/tests/v2/test_alarms.py | 2 -- ceilometerclient/tests/v2/test_query_alarms.py | 2 -- ceilometerclient/tests/v2/test_query_samples.py | 2 -- ceilometerclient/v2/alarms.py | 2 -- test-requirements.txt | 2 +- 5 files changed, 1 insertion(+), 9 deletions(-) diff --git a/ceilometerclient/tests/v2/test_alarms.py b/ceilometerclient/tests/v2/test_alarms.py index 7f0d8bfe..41246d1d 100644 --- a/ceilometerclient/tests/v2/test_alarms.py +++ b/ceilometerclient/tests/v2/test_alarms.py @@ -1,8 +1,6 @@ # # Copyright 2013 Red Hat, Inc # -# Author: Eoghan Glynn -# # 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/v2/test_query_alarms.py b/ceilometerclient/tests/v2/test_query_alarms.py index 7e7a1086..7897ad11 100644 --- a/ceilometerclient/tests/v2/test_query_alarms.py +++ b/ceilometerclient/tests/v2/test_query_alarms.py @@ -1,7 +1,5 @@ # Copyright Ericsson AB 2014. All rights reserved # -# Author: Balazs Gibizer -# # 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/v2/test_query_samples.py b/ceilometerclient/tests/v2/test_query_samples.py index 7f6e7d93..e7477172 100644 --- a/ceilometerclient/tests/v2/test_query_samples.py +++ b/ceilometerclient/tests/v2/test_query_samples.py @@ -1,7 +1,5 @@ # Copyright Ericsson AB 2014. All rights reserved # -# Author: Balazs Gibizer -# # 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/alarms.py b/ceilometerclient/v2/alarms.py index 694b5c00..8eefa9b4 100644 --- a/ceilometerclient/v2/alarms.py +++ b/ceilometerclient/v2/alarms.py @@ -1,8 +1,6 @@ # # Copyright 2013 Red Hat, Inc # -# Author: Eoghan Glynn -# # 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/test-requirements.txt b/test-requirements.txt index bc2d0a1e..6dffed55 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 already pins down pep8, pyflakes and flake8 -hacking>=0.9.1,<0.10 +hacking>=0.10.0,<0.11 coverage>=3.6 discover fixtures>=0.3.14