summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2015-01-13 14:05:15 +0100
committerJulien Danjou <julien@danjou.info>2015-01-13 14:59:54 +0100
commitc4dee7a484eb2657bda2e5230ae140dafaa9086a (patch)
tree09e9c9e4cef4e48ab71bef96db2ac219f3e6f38a
parent4333e925dab68be4f9e8a7e17d8717d05f90c932 (diff)
downloadpython-ceilometerclient-c4dee7a484eb2657bda2e5230ae140dafaa9086a.tar.gz
Upgrade to hacking 0.10
Change-Id: I66f42d7bd1342f236ddd00f6d56e79d6136eecde
-rw-r--r--ceilometerclient/tests/v2/test_alarms.py2
-rw-r--r--ceilometerclient/tests/v2/test_query_alarms.py2
-rw-r--r--ceilometerclient/tests/v2/test_query_samples.py2
-rw-r--r--ceilometerclient/v2/alarms.py2
-rw-r--r--test-requirements.txt2
5 files changed, 1 insertions, 9 deletions
diff --git a/ceilometerclient/tests/v2/test_alarms.py b/ceilometerclient/tests/v2/test_alarms.py
index 7f0d8bf..41246d1 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 <eglynn@redhat.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/v2/test_query_alarms.py b/ceilometerclient/tests/v2/test_query_alarms.py
index 7e7a108..7897ad1 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 <balazs.gibizer@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/v2/test_query_samples.py b/ceilometerclient/tests/v2/test_query_samples.py
index 7f6e7d9..e747717 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 <balazs.gibizer@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/alarms.py b/ceilometerclient/v2/alarms.py
index 694b5c0..8eefa9b 100644
--- a/ceilometerclient/v2/alarms.py
+++ b/ceilometerclient/v2/alarms.py
@@ -1,8 +1,6 @@
#
# Copyright 2013 Red Hat, Inc
#
-# Author: Eoghan Glynn <eglynn@redhat.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/test-requirements.txt b/test-requirements.txt
index bc2d0a1..6dffed5 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