We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf055b commit e420438Copy full SHA for e420438
doc/installation.txt
@@ -2214,12 +2214,14 @@ Problems? Testing your Python...
2214
.. note::
2215
The ``run_tests.py`` script is not packaged in Roundup's source
2216
distribution anymore. You should install:
2217
- * pytest,
2218
- * requests, and
2219
- * mock
+
+ * pytest,
+ * requests, and
2220
+ * mock
2221
2222
using your distributions package manger or using pip/pip2/pip3 to
- install pytest for your python version. See the `administration
- guide`_ for details.
2223
+ install pytest etc. for your Python version. See the
2224
+ `administration guide`_ for details.
2225
2226
Remember to have a database user 'rounduptest' prepared (with
2227
password 'rounduptest'). This user
0 commit comments