From ebd56d13b12c2bc525f00d6523ecade03a3b1487 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 31 Oct 2024 14:00:18 -0400 Subject: [PATCH] fix --- bbot/test/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbot/test/conftest.py b/bbot/test/conftest.py index fc683ba309..e82333552b 100644 --- a/bbot/test/conftest.py +++ b/bbot/test/conftest.py @@ -239,7 +239,7 @@ def pytest_terminal_summary(terminalreporter, exitstatus, config): # pragma: no terminalreporter.write(f"\n{RED}Failure details:\n{item.longreprtext}{RESET}") -BELOW: debugging for frozen/hung tests +# BELOW: debugging for frozen/hung tests import psutil import traceback import inspect