Skip to content

Commit

Permalink
Add noqa mention
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Jul 12, 2023
1 parent 53a2bb9 commit bdd6b7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jupyter_kernel_test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,7 @@ def tearDownClass(cls):

def test_recv_iopub_welcome_msg(self):
if not self.support_iopub_welcome:
msg = "Iopub welcome messages are not supported"
raise SkipTest(msg)
raise SkipTest("Iopub welcome messages are not supported") # noqa

self.kc.start_channels()
while True:
Expand Down

0 comments on commit bdd6b7e

Please sign in to comment.