From 9834b0a37f5a67bcf88f7913b36cf778af3da688 Mon Sep 17 00:00:00 2001 From: zhoulinhui Date: Fri, 18 Sep 2020 13:18:41 +0800 Subject: [PATCH] Add the missing doc/requirements into running-tests.rst tox command install dependencies from the ``requirements.txt``, ``test-requirements.txt`` and ``doc/requirements.txt`` files Change-Id: I21ee208d2484615ee3f9d9eca7602275382c920b --- doc/source/contributor/running-tests.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/contributor/running-tests.rst b/doc/source/contributor/running-tests.rst index a6c513cceb..d5f4e66947 100644 --- a/doc/source/contributor/running-tests.rst +++ b/doc/source/contributor/running-tests.rst @@ -18,8 +18,9 @@ Preferred way to run the tests The preferred way to run the unit tests is using ``tox``. It executes tests in isolated environment, by creating separate virtualenv and installing -dependencies from the ``requirements.txt`` and ``test-requirements.txt`` files, -so the only package you install is ``tox`` itself: +dependencies from the ``requirements.txt``, ``test-requirements.txt`` and +``doc/requirements.txt`` files, so the only package you install is ``tox`` +itself: .. code-block:: console