summaryrefslogtreecommitdiff
path: root/doc/develop/pytest/usage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/develop/pytest/usage.rst')
-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
---------------