Python 3.10.0 contains:
9e09849d20 ("bpo-41006: importlib.util no longer imports typing (GH-20938)")
It causes importlib.util to no longer import importlib.abs, which leads
to the following error when trying to use kunit with qemu:
AttributeError: module 'importlib' has no attribute 'abc'. Did you mean: '_abc'?
Add the missing import.
Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
Reviewed-by: Daniel Latypov <dlatypov@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
|
||
|---|---|---|
| .. | ||
| configs | ||
| qemu_configs | ||
| test_data | ||
| .gitignore | ||
| kunit_config.py | ||
| kunit_json.py | ||
| kunit_kernel.py | ||
| kunit_parser.py | ||
| kunit_tool_test.py | ||
| kunit.py | ||
| qemu_config.py | ||
| run_checks.py | ||