Skip to content

Commit e420438

Browse files
committed
docs: document dependencies required for testing
fix formating.
1 parent dcf055b commit e420438

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

doc/installation.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2214,12 +2214,14 @@ Problems? Testing your Python...
22142214
.. note::
22152215
The ``run_tests.py`` script is not packaged in Roundup's source
22162216
distribution anymore. You should install:
2217-
* pytest,
2218-
* requests, and
2219-
* mock
2217+
2218+
* pytest,
2219+
* requests, and
2220+
* mock
2221+
22202222
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.
2223+
install pytest etc. for your Python version. See the
2224+
`administration guide`_ for details.
22232225

22242226
Remember to have a database user 'rounduptest' prepared (with
22252227
password 'rounduptest'). This user

0 commit comments

Comments
 (0)