binman: Add coverage tools info for Python 3
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 19:18:26 +0000 (13:18 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 03:27:57 +0000 (20:27 -0700)
Test coverage with Python 3 requires a new package. Add details about
this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README

index ac193f16cf7b9997b1a389c1b67bd5ca7cd7c725..decca47bbf301fd2fc117191f2a47a0e888597ca 100644 (file)
@@ -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