binman: Exclude dist-packages and site-packages
authorSimon Glass <sjg@chromium.org>
Thu, 10 Apr 2025 12:42:59 +0000 (06:42 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 11 Apr 2025 20:29:52 +0000 (14:29 -0600)
commita876295e1bec85f8318807424bb9de8794a4d7f7
tree71ff6d81d009575c0c3d1aab829ef303ddfb3347
parentac964c099b5a90076add8aef6bcd6eb3d96eb458
binman: Exclude dist-packages and site-packages

Newer versions of the python3-coverage tool require a directory
separator before and after the directory name. Add this so that system
package are not included in the coverage report.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/u_boot_pylib/test_util.py