summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2015-01-12 19:59:55 +0000
committerBen Nemec <bnemec@redhat.com>2015-01-12 21:11:16 +0000
commit3dfefe69192b25906c7b05809811a19014716a7a (patch)
treed5dae931f41678a4b17380c2b19725f5ba8d1ec2
parent18bcbe2ef86f025413a8284d6aaf10336b78e72c (diff)
downloadoslo-concurrency-3dfefe69192b25906c7b05809811a19014716a7a.tar.gz
Bump to hacking 0.10
Only had to add a couple of newlines to the end of files. Change-Id: Ie7c31b3c9fc4ac00e8e3281888ab9faf84bc19c5
-rw-r--r--oslo_concurrency/opts.py2
-rw-r--r--test-requirements.txt2
-rw-r--r--tests/__init__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/oslo_concurrency/opts.py b/oslo_concurrency/opts.py
index a6f1e45..8189ab4 100644
--- a/oslo_concurrency/opts.py
+++ b/oslo_concurrency/opts.py
@@ -42,4 +42,4 @@ def list_opts():
:returns: a list of (group_name, opts) tuples
"""
- return [('oslo_concurrency', copy.deepcopy(lockutils._opts))] \ No newline at end of file
+ return [('oslo_concurrency', copy.deepcopy(lockutils._opts))]
diff --git a/test-requirements.txt b/test-requirements.txt
index 06a765a..32cdaae 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>=0.9.1,<0.10
+hacking>=0.10.0,<0.11
oslotest>=1.2.0 # Apache-2.0
coverage>=3.6
futures>=2.1.6
diff --git a/tests/__init__.py b/tests/__init__.py
index b4d424e..bd455c4 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -16,4 +16,4 @@ import os
if os.environ.get('TEST_EVENTLET'):
import eventlet
- eventlet.monkey_patch() \ No newline at end of file
+ eventlet.monkey_patch()