Skip to content

Commit 27bb0b1

Browse files
committed
Merge tag 'linux-kselftest-kunit-fixes-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull KUnit fixes from Shuah Khan: "A single fix to an error seen on qemu due to a missing import" * tag 'linux-kselftest-kunit-fixes-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: kunit: tool: Import missing importlib.abc
2 parents 3e5832e + 2355280 commit 27bb0b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/testing/kunit/kunit_kernel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Author: Felix Guo <felixguoxiuping@gmail.com>
77
# Author: Brendan Higgins <brendanhiggins@google.com>
88

9+
import importlib.abc
910
import importlib.util
1011
import logging
1112
import subprocess

0 commit comments

Comments
 (0)