From 3dfefe69192b25906c7b05809811a19014716a7a Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Mon, 12 Jan 2015 19:59:55 +0000 Subject: [PATCH] Bump to hacking 0.10 Only had to add a couple of newlines to the end of files. Change-Id: Ie7c31b3c9fc4ac00e8e3281888ab9faf84bc19c5 --- oslo_concurrency/opts.py | 2 +- test-requirements.txt | 2 +- tests/__init__.py | 2 +- 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()