summaryrefslogtreecommitdiffstats
path: root/tests/unit/scheduler/test_host_filters.py
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-03-19 20:15:59 -0700
committerMonty Taylor <mordred@inaugust.com>2013-03-24 16:36:56 +0100
commit14a75981b2c4d646b63be333024f98cf9db368a2 (patch)
treecc1c719c0e39b21d217f20b9f3baca17604fb7aa /tests/unit/scheduler/test_host_filters.py
parent329b8dd639e4f65369547f96f0ad841bb2fdf113 (diff)
downloadoslo-14a75981b2c4d646b63be333024f98cf9db368a2.tar.gz
oslo-14a75981b2c4d646b63be333024f98cf9db368a2.tar.xz
oslo-14a75981b2c4d646b63be333024f98cf9db368a2.zip
Update to use flake8.
flake8 is pluggable and handles pep8 and pyflakes, as well as configuration through tox.ini. It also removes the need for flakes.py. Change-Id: If5f7d8ad348b4fb8119fa4ec7b5e9d17bdc72a39
Diffstat (limited to 'tests/unit/scheduler/test_host_filters.py')
-rw-r--r--tests/unit/scheduler/test_host_filters.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/scheduler/test_host_filters.py b/tests/unit/scheduler/test_host_filters.py
index bc6b7af..c36021c 100644
--- a/tests/unit/scheduler/test_host_filters.py
+++ b/tests/unit/scheduler/test_host_filters.py
@@ -418,7 +418,6 @@ class HostFiltersTestCase(utils.BaseTestCase):
'local_gb': 200},
'scheduler_hints': {'query': json_query}}
capabilities = {'enabled': True}
- service = {'disabled': True}
host = fakes.FakeHostState('host1',
{'free_ram_mb': 1024,
'free_disk_mb': 200 * 1024,