On 10/27/25 8:28 AM, Thomas Huth wrote:
From: Thomas Huth <[email protected]>
skipIfMissingCommands is not used here, remove the import to silence
a pylint warning for this file.
Signed-off-by: Thomas Huth <[email protected]>
---
Reviewed-by: Daniel Henrique Barboza <[email protected]>
tests/functional/riscv64/test_sifive_u.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/functional/riscv64/test_sifive_u.py
b/tests/functional/riscv64/test_sifive_u.py
index 358ff0d1f60..847f709da12 100755
--- a/tests/functional/riscv64/test_sifive_u.py
+++ b/tests/functional/riscv64/test_sifive_u.py
@@ -13,7 +13,6 @@
import os
from qemu_test import Asset, LinuxKernelTest
-from qemu_test import skipIfMissingCommands
class SifiveU(LinuxKernelTest):