Skip to content

Commit dcf055b

Browse files
committed
docs: document dependencies required for testing
1 parent c730f96 commit dcf055b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

doc/installation.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2213,10 +2213,13 @@ Problems? Testing your Python...
22132213

22142214
.. note::
22152215
The ``run_tests.py`` script is not packaged in Roundup's source
2216-
distribution anymore. You should install pytest using your
2217-
distributions package manger or using pip/pip2/pip3 to install
2218-
pytest for your python version. See the `administration guide`_
2219-
for details.
2216+
distribution anymore. You should install:
2217+
* pytest,
2218+
* requests, and
2219+
* mock
2220+
using your distributions package manger or using pip/pip2/pip3 to
2221+
install pytest for your python version. See the `administration
2222+
guide`_ for details.
22202223

22212224
Remember to have a database user 'rounduptest' prepared (with
22222225
password 'rounduptest'). This user

0 commit comments

Comments
 (0)