diff --git a/IPython/html/widgets/tests/test_interaction.py b/IPython/html/widgets/tests/test_interaction.py index 6f04beece..e891c96f4 100644 --- a/IPython/html/widgets/tests/test_interaction.py +++ b/IPython/html/widgets/tests/test_interaction.py @@ -22,6 +22,9 @@ from IPython.utils.py3compat import annotate class DummyComm(Comm): comm_id = 'a-b-c-d' + def open(self, *args, **kwargs): + pass + def send(self, *args, **kwargs): pass