Tests are not packaged with patman so this file will not be accessible when installing with pip. Move the import later in the file, when we know the file is present.
Signed-off-by: Simon Glass <s...@chromium.org> --- Changes in v2: - Add new patch to avoid importing test_checkpatch before it is needed tools/patman/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-dm/next, thanks!