summary refs log tree commit diff stats
path: root/tests/functional/qemu_test/tuxruntest.py
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2025-04-14 16:54:57 +0200
committerThomas Huth <thuth@redhat.com>2025-04-23 07:51:25 +0200
commit99fb9256b761c3cec4a82d2e9597b6cf24ae1285 (patch)
treef3bd7a1025f1e0f97e97b8ef06a63ff4c98b9cd8 /tests/functional/qemu_test/tuxruntest.py
parent858640eaee9f3039580118f5629825825cea311a (diff)
downloadfocaccia-qemu-99fb9256b761c3cec4a82d2e9597b6cf24ae1285.tar.gz
focaccia-qemu-99fb9256b761c3cec4a82d2e9597b6cf24ae1285.zip
tests/functional: Remove unnecessary import statements
pylint complains about these unnecessary import statements,
so let's remove them.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250414145457.261734-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/functional/qemu_test/tuxruntest.py')
-rw-r--r--tests/functional/qemu_test/tuxruntest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/functional/qemu_test/tuxruntest.py b/tests/functional/qemu_test/tuxruntest.py
index c2bd5baaae..6c442ff0dc 100644
--- a/tests/functional/qemu_test/tuxruntest.py
+++ b/tests/functional/qemu_test/tuxruntest.py
@@ -10,8 +10,6 @@
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 import os
-import stat
-from subprocess import check_call, DEVNULL
 
 from qemu_test import QemuSystemTest
 from qemu_test import exec_command_and_wait_for_pattern