diff mbox series

[U-Boot,v2,07/37] binman: Add coverage tools info for Python 3

Message ID 20190708191856.138863-8-sjg@chromium.org
State Accepted
Commit 45f449bfc1089ad21b3974b518478d5e2d9f12eb
Delegated to: Simon Glass
Headers show
Series binman: Add CBFS support | expand

Commit Message

Simon Glass July 8, 2019, 7:18 p.m. UTC
Test coverage with Python 3 requires a new package. Add details about
this.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v2: None

 tools/binman/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tools/binman/README b/tools/binman/README
index ac193f16cf7..decca47bbf3 100644
--- a/tools/binman/README
+++ b/tools/binman/README
@@ -699,7 +699,7 @@  implementations target 100% test coverage. Run 'binman -T' to check this.
 
 To enable Python test coverage on Debian-type distributions (e.g. Ubuntu):
 
-   $ sudo apt-get install python-coverage python-pytest
+   $ sudo apt-get install python-coverage python3-coverage python-pytest
 
 
 Concurrent tests