forked from VimPlug/jedi
Merge pull request #1996 from frenzymadness/patch-2
Fix compatibility with pytest 8
This commit is contained in:
@@ -12,7 +12,7 @@ class TestSetupReadline(unittest.TestCase):
|
|||||||
class NameSpace(object):
|
class NameSpace(object):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def setUp(self, *args, **kwargs):
|
||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
|
|
||||||
self.namespace = self.NameSpace()
|
self.namespace = self.NameSpace()
|
||||||
|
|||||||
Reference in New Issue
Block a user