commit | b67dfcb974e30e144b0b51230a169ec07f472845 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 10 06:42:58 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 11 14:29:52 2025 -0600 |
tree | 439a8aaf3f7991af3c501dbebd1825bb2e985e88 | |
parent | 2223220569ce8dba07ccbbe3b11ae0aa1abd8b3c [diff] |
binman: Add coverage to requirements We need the code-coverage package to run the coverage tests. Add this package. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/tools/binman/requirements.txt b/tools/binman/requirements.txt index f068ef7..7db72e8 100644 --- a/tools/binman/requirements.txt +++ b/tools/binman/requirements.txt
@@ -1,3 +1,4 @@ +coverage==7.8.0 importlib_resources==6.5.2 jsonschema==4.23.0 pycryptodomex==3.21.0