summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-01-12 15:12:47 -0600
committerTom Rini <[email protected]>2026-01-12 15:12:47 -0600
commit21e64d0c925eb246d90b7692ce1243d2b79cd424 (patch)
tree546388ce3ca4d5919cfdddfe941e86e82d1de106 /doc/develop
parent476c59be74c2eadcd32fc3032fb7ac362f02e441 (diff)
parent487ab1c991d77b0236b30f55d7c2f89e3b948ec1 (diff)
Merge patch series "a few test.py improvements"
David Lechner <[email protected]> says: While trying to run the test suite for the first time, I encountered a few minor issues. Here are a few patches to address them. Link: https://lore.kernel.org/r/20260105-a-few-test-py-improvements-v3-0-fea38243ca5b@baylibre.com
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/pytest/usage.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/develop/pytest/usage.rst b/doc/develop/pytest/usage.rst
index 924bc185b51..e9296fd1f44 100644
--- a/doc/develop/pytest/usage.rst
+++ b/doc/develop/pytest/usage.rst
@@ -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
---------------