]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
doc: pytest: mention additional requirements for venv
authorDavid Lechner <dlechner@baylibre.com>
Mon, 5 Jan 2026 16:49:14 +0000 (10:49 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 12 Jan 2026 21:12:41 +0000 (15:12 -0600)
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>
doc/develop/pytest/usage.rst

index df3821da20dd6e4199947a594e5e2eb2198e6e6d..f8b32c07edd18b1c0cb5c77e67927f7ee7d89672 100644 (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
 ---------------