Skip to content

Commit

Permalink
Merge pull request #1996 from frenzymadness/patch-2
Browse files Browse the repository at this point in the history
Fix compatibility with pytest 8
  • Loading branch information
davidhalter authored May 22, 2024
2 parents f7c9ee9 + ab97e9f commit 39c8317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class TestSetupReadline(unittest.TestCase):
class NameSpace(object):
pass

def __init__(self, *args, **kwargs):
def setUp(self, *args, **kwargs):
super().__init__(*args, **kwargs)

self.namespace = self.NameSpace()
Expand Down

0 comments on commit 39c8317

Please sign in to comment.