[PATCH v2 07/24] patman: Avoid importing test_checkpatch before it is needed

Simon Glass sjg at chromium.org
Wed Mar 8 23:17:32 CET 2023


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 <sjg at 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!


More information about the U-Boot mailing list