aboutsummaryrefslogtreecommitdiffstats
path: root/testrunner.py
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2022-03-30 20:48:56 +0200
committerCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2022-04-02 16:43:59 +0200
commitf9460f25543135e9b436285cbf25e30dc22c57a8 (patch)
treeb1f67f0b2cd7737004541eab9d97143a8e3b9bce /testrunner.py
parent63b7c084faa1ef42ac22d94ad2832903caf954aa (diff)
flake8: fix style issues on testing
Change-Id: I4e3e922ff95040999bc3bb1463c2e29783d5ee14 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'testrunner.py')
-rw-r--r--testrunner.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/testrunner.py b/testrunner.py
index 2b24bc20e..dc7c6f716 100644
--- a/testrunner.py
+++ b/testrunner.py
@@ -44,8 +44,7 @@ Run ctest on the last build.
See the notes in testing/command.py .
"""
-import sys
import testing
-import testing.blacklist # just to be sure it's us...
+import testing.blacklist # just to be sure it's us...
testing.main()