diff --git a/tests/test_framework/utils.py b/tests/test_framework/utils.py index 9ca6ef4de..f83640c9e 100644 --- a/tests/test_framework/utils.py +++ b/tests/test_framework/utils.py @@ -372,7 +372,7 @@ def tail(self): logging.debug(f"{self.prefix}: {line.decode().rstrip()}") with self.logs_cond: self.logs.append(str(line.rstrip())) - self.logs_cond.notifyAll() + self.logs_cond.notify_all() self.running = False self.proc.stdout.close() if self.proc.stderr is not None: