File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -2213,10 +2213,13 @@ Problems? Testing your Python...
2213
2213
2214
2214
.. note::
2215
2215
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.
2220
2223
2221
2224
Remember to have a database user 'rounduptest' prepared (with
2222
2225
password 'rounduptest'). This user
You can’t perform that action at this time.
0 commit comments