mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
oeqa/utils/decorators.py: add import os
An 'import os' was omitted here while testing the previous decorators using runtime tests that import the os module before this one. Unfortunately oe-selftest fails because of this missing import. (From OE-Core rev: 5381e6cf6bf7143074800b2949bfa5331fdb6d47) Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
81d7adf605
commit
c02d6b4c8d
@@ -6,6 +6,7 @@
|
||||
# Most useful is skipUnlessPassed which can be used for
|
||||
# creating dependecies between two test methods.
|
||||
|
||||
import os
|
||||
import logging
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
Reference in New Issue
Block a user