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>
This commit is contained in:
David Lechner
2026-01-12 15:12:41 -06:00
committed by Tom Rini
parent 637942ac8e
commit c85d302bf2
+4
View File
@@ -90,6 +90,10 @@ environment. This can be done via the following commands:
$ . ./venv/bin/activate
$ pip install -r test/py/requirements.txt
In order to use the ``--build`` option of ``test.py`` there may be additional
python packages required depending on the configuration being built. These can
be found with ``find . -name "*.requirements*.txt"``.
Testing sandbox
---------------