Skip to content

Commit c85d302

Browse files
dlechtrini
authored andcommitted
doc: pytest: mention additional requirements for venv
Add a paragraph explaining that in addition to the requirements.txt for test/py/test.py itself, users may need to install additional python packages depending on the U-Boot configuration being built. Reviewed-by: Simon Glass <simon.glass@canonical.com> Tested-by: Mattijs Korpershoek <mkorpershoek@kernel.org> # sandbox Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org> Signed-off-by: David Lechner <dlechner@baylibre.com>
1 parent 637942a commit c85d302

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/develop/pytest/usage.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ environment. This can be done via the following commands:
9090
$ . ./venv/bin/activate
9191
$ pip install -r test/py/requirements.txt
9292
93+
In order to use the ``--build`` option of ``test.py`` there may be additional
94+
python packages required depending on the configuration being built. These can
95+
be found with ``find . -name "*.requirements*.txt"``.
96+
9397
Testing sandbox
9498
---------------
9599

0 commit comments

Comments
 (0)