diff --git a/docs/docsite/rst/dev_guide/testing_units.rst b/docs/docsite/rst/dev_guide/testing_units.rst index ab760852394..be243b75984 100644 --- a/docs/docsite/rst/dev_guide/testing_units.rst +++ b/docs/docsite/rst/dev_guide/testing_units.rst @@ -76,10 +76,10 @@ install all the required dependencies needed for unit tests. For example: When using ``ansible-test`` with ``--tox`` requires tox >= 2.5.0 -The full list of requirements can be found at `test/runner/requirements -`_. Requirements +The full list of requirements can be found at `test/lib/ansible_test/_data/requirements +`_. Requirements files are named after their respective commands. See also the `constraints -`_ +`_ applicable to all commands.