Re: [PATCH 1/5] Dockerfile: Add python3-coverage

2024-06-20 Thread Tom Rini
On Thu, Jun 20, 2024 at 07:19:33AM -0600, Simon Glass wrote:

> Add this package so we can run code-coverage tests for Binman.
> 
> Signed-off-by: Simon Glass 

This (and same for patch 2) should be in tools/buildman/requirements.txt

-- 
Tom


signature.asc
Description: PGP signature


[PATCH 1/5] Dockerfile: Add python3-coverage

2024-06-20 Thread Simon Glass
Add this package so we can run code-coverage tests for Binman.

Signed-off-by: Simon Glass 
---

 tools/docker/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index cda87354566..0941b0f6952 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -97,6 +97,7 @@ RUN apt-get update && apt-get install -y \
python-is-python3 \
python2.7 \
python3 \
+   python3-coverage \
python3-dev \
python3-pip \
python3-pyelftools \
-- 
2.34.1