On 3/11/25 20:24, Thomas Huth wrote:
From: Thomas Huth <[email protected]>

Drop unused imports, annotate imports that are not at the top, but done
on purpose in other locations, use f-strings where it makes sense, etc.

Signed-off-by: Thomas Huth <[email protected]>
---
  tests/functional/mips64el/test_malta.py  | 15 ++++++++-------
  tests/functional/mips64el/test_replay.py |  4 ++--
  2 files changed, 10 insertions(+), 9 deletions(-)


-    def test_mips64el_malta_5KEc_cpio(self):
+    def test_mips64el_malta_5kec_cpio(self):

I don't see how helpful this warning is... Can't we disable it too?

Otherwise:
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>


Reply via email to