From 8fbc1f4c28bbb6db4ca971466bc84b2a7f7441e3 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Mon, 23 May 2022 11:17:19 +0100 Subject: [PATCH] remove stray breakpoint --- distributed/utils_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/distributed/utils_test.py b/distributed/utils_test.py index ccdffdf137f..ed9c3e25d43 100644 --- a/distributed/utils_test.py +++ b/distributed/utils_test.py @@ -1707,7 +1707,6 @@ def check_thread_leak(): bad_thread = bad_threads[0] call_stacks = profile.call_stack(sys._current_frames()[bad_thread.ident]) - breakpoint() assert False, (bad_thread, call_stacks)