summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tooz/drivers/_retry.py2
-rw-r--r--tooz/drivers/ipc.py2
-rw-r--r--tooz/drivers/memcached.py2
-rw-r--r--tooz/drivers/mysql.py2
-rw-r--r--tooz/drivers/pgsql.py2
-rw-r--r--tooz/tests/drivers/test_retry.py2
-rw-r--r--tox.ini2
7 files changed, 1 insertions, 13 deletions
diff --git a/tooz/drivers/_retry.py b/tooz/drivers/_retry.py
index 2852995..7fdd1d1 100644
--- a/tooz/drivers/_retry.py
+++ b/tooz/drivers/_retry.py
@@ -2,8 +2,6 @@
#
# Copyright © 2014 eNovance
#
-# Author: Julien Danjou <julien@danjou.info>
-#
# 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/tooz/drivers/ipc.py b/tooz/drivers/ipc.py
index 390dffa..f00c575 100644
--- a/tooz/drivers/ipc.py
+++ b/tooz/drivers/ipc.py
@@ -2,8 +2,6 @@
#
# Copyright © 2014 eNovance
#
-# Author: Julien Danjou <julien@danjou.info>
-#
# 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/tooz/drivers/memcached.py b/tooz/drivers/memcached.py
index 7d26df5..f14c5bc 100644
--- a/tooz/drivers/memcached.py
+++ b/tooz/drivers/memcached.py
@@ -2,8 +2,6 @@
#
# Copyright © 2014 eNovance
#
-# Author: Julien Danjou <julien@danjou.info>
-#
# 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/tooz/drivers/mysql.py b/tooz/drivers/mysql.py
index 4fdf97b..107af6b 100644
--- a/tooz/drivers/mysql.py
+++ b/tooz/drivers/mysql.py
@@ -2,8 +2,6 @@
#
# Copyright © 2014 eNovance
#
-# Author: Julien Danjou <julien@danjou.info>
-#
# 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/tooz/drivers/pgsql.py b/tooz/drivers/pgsql.py
index d1af833..a7707e9 100644
--- a/tooz/drivers/pgsql.py
+++ b/tooz/drivers/pgsql.py
@@ -2,8 +2,6 @@
#
# Copyright © 2014 eNovance
#
-# Author: Julien Danjou <julien@danjou.info>
-#
# 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/tooz/tests/drivers/test_retry.py b/tooz/tests/drivers/test_retry.py
index 7b917cb..f697f39 100644
--- a/tooz/tests/drivers/test_retry.py
+++ b/tooz/tests/drivers/test_retry.py
@@ -2,8 +2,6 @@
#
# Copyright © 2014 eNovance
#
-# Author: Julien Danjou <julien@danjou.info>
-#
# 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 67f231c..4274120 100644
--- a/tox.ini
+++ b/tox.ini
@@ -84,7 +84,7 @@ commands = doc8 doc/source
python setup.py build_sphinx
[testenv:pep8]
-deps = hacking>=0.9.2,<0.10
+deps = hacking>=0.10.0,<0.11
commands =
flake8