We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b98f3e commit 9cd3afaCopy full SHA for 9cd3afa
ipykernel/tests/test_debugger.py
@@ -1,9 +1,12 @@
1
import pytest
2
3
-from .utils import execute, new_kernel, get_reply
+from .utils import new_kernel, get_reply
4
5
seq = 0
6
7
+# Skip if debugpy is not available
8
+pytest.importorskip("debugpy")
9
+
10
11
def wait_for_debug_request(kernel, command, arguments=None):
12
"""Carry out a debug request and return the reply content.
0 commit comments