Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into remote-debug-misc
# Conflicts:
#	Lib/test/test_external_inspection.py
  • Loading branch information
AA-Turner committed May 4, 2025
commit d53db6b1885df59c25f9decc0298d5a7499c33c5
3 changes: 1 addition & 2 deletions Lib/test/test_external_inspection.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
from _remote_debugging import get_async_stack_trace
from _remote_debugging import get_all_awaited_by
except ImportError:
raise unittest.SkipTest(
"Test only runs when _remote_debugging is available")
raise unittest.SkipTest("Test only runs when _remote_debugging is available")

def _make_test_script(script_dir, script_basename, source):
to_return = make_script(script_dir, script_basename, source)
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.