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 6561e81 commit 4e7c384Copy full SHA for 4e7c384
1 file changed
Lib/test/support/__init__.py
@@ -3080,7 +3080,7 @@ def _supports_remote_attaching():
3080
3081
return PROCESS_VM_READV_SUPPORTED
3082
3083
-def _support_remote_exec_only_impl(test):
+def _support_remote_exec_only_impl():
3084
if not sys.is_remote_debug_enabled():
3085
return unittest.skip("Remote debugging is not enabled")
3086
if sys.platform not in ("darwin", "linux", "win32"):
0 commit comments