File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1734,9 +1734,12 @@ Problems? Testing your Python...
17341734 for PostgreSQL you want to call the ``createuser`` command with the
17351735 ``-d`` option to allow database creation.
17361736
1737- Once you've unpacked roundup's source, if you have pytest installed,
1738- run ``python -m pytest test`` in the source directory and make sure
1739- there are no errors. If there are errors, please let us know!
1737+ This can only be done if you downloaded and unpacked the source
1738+ distrbution. It will not work if you used `pip install` as the test
1739+ suite is not installed. Once you've unpacked roundup's source, if you
1740+ have pytest installed, run ``python -m pytest test`` in the source
1741+ directory and make sure there are no errors. If there are errors,
1742+ please let us know!
17401743
17411744.. _`user guide`: user_guide.html
17421745.. _`roundup specification`: spec.html
You can’t perform that action at this time.
0 commit comments