diff options
| author | Simon Glass <sjg@chromium.org> | 2025-04-10 06:42:58 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-04-11 14:29:52 -0600 |
| commit | ac964c099b5a90076add8aef6bcd6eb3d96eb458 (patch) | |
| tree | 439a8aaf3f7991af3c501dbebd1825bb2e985e88 /tools/binman | |
| parent | 8a2cf6307a2ccc09c39dde486b6d9375b78c82c2 (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>
Diffstat (limited to 'tools/binman')
| -rw-r--r-- | tools/binman/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/binman/requirements.txt b/tools/binman/requirements.txt index f068ef75a30..7db72e888e3 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 |
