diff options
| author | Tim Graham <timograham@gmail.com> | 2013-07-10 12:01:17 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-07-10 12:02:56 -0400 |
| commit | 2e3250fc90499b2977c39ca8af8d0c245c9bcd77 (patch) | |
| tree | 469e7e1dd3eadd61b7899bfced9937ddb583410f /docs | |
| parent | aecbaaed0c1a0d7da99a8d3deb9328ad2b5c601d (diff) | |
[1.6.x] Added some missing test requirements in the docs; refs #19196
Backport of 77856dc875 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index f47ac5e788..7ee65cd6fa 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -136,6 +136,8 @@ Running all the tests If you want to run the full suite of tests, you'll need to install a number of dependencies: +* bcrypt_ +* docutils_ * Pillow_ * PyYAML_ * pytz_ @@ -162,6 +164,8 @@ and install the Geospatial libraries</ref/contrib/gis/install/index>`. Each of these dependencies is optional. If you're missing any of them, the associated tests will be skipped. +.. _bcrypt: https://pypi.python.org/pypi/bcrypt +.. _docutils: https://pypi.python.org/pypi/docutils .. _Pillow: https://pypi.python.org/pypi/Pillow/ .. _PyYAML: http://pyyaml.org/wiki/PyYAML .. _pytz: https://pypi.python.org/pypi/pytz/ |
