From: Ross Burton Date: Thu, 21 Sep 2023 13:48:26 +0000 (+0100) Subject: oeqa/runtime/parselogs: remove unused imports X-Git-Tag: yocto-4.3~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c2b6ce30b3cbec6236b99ce4019dbd443ccccae;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git oeqa/runtime/parselogs: remove unused imports Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index e67d3750dad..8fd5a86e141 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py @@ -10,8 +10,6 @@ from subprocess import check_output from shutil import rmtree from oeqa.runtime.case import OERuntimeTestCase from oeqa.core.decorator.depends import OETestDepends -from oeqa.core.decorator.data import skipIfDataVar -from oeqa.runtime.decorator.package import OEHasPackage #in the future these lists could be moved outside of module errors = ["error", "cannot", "can\'t", "failed"]