Update hacking to kilo level

Update the hacking requirement to the version used by kilo, and fix code
that fails the new tests.

Change-Id: I6e18878e4ba826528af82438f4e4394cc644d623
This commit is contained in:
Doug Hellmann 2015-04-03 13:55:07 +00:00
parent 5a71eede79
commit 1e9033aa80
3 changed files with 3 additions and 3 deletions

View File

@ -2894,7 +2894,7 @@ class FindFileTestCase(BaseTestCase):
class OptDumpingTestCase(BaseTestCase):
class FakeLogger:
class FakeLogger(object):
def __init__(self, test_case, expected_lvl):
self.test_case = test_case

View File

@ -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.2,<0.10
hacking>=0.10.0,<0.11
discover
fixtures>=0.3.14

View File

@ -2870,7 +2870,7 @@ class FindFileTestCase(BaseTestCase):
class OptDumpingTestCase(BaseTestCase):
class FakeLogger:
class FakeLogger(object):
def __init__(self, test_case, expected_lvl):
self.test_case = test_case