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:
parent
5a71eede79
commit
1e9033aa80
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user