summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlasdair Nicol <alasdair@thenicols.net>2013-12-02 17:21:48 +0000
committerTim Graham <timograham@gmail.com>2013-12-02 13:41:18 -0500
commit86c5115cad6bb980d503eca502bac513f03645ca (patch)
tree005b4421f32552ce1bb8dc8f845674596636721c /docs
parent0e98050847644f66c6aad38e359d560594a7a4cc (diff)
[1.5.x] Fixed #21538 -- Added numpy to test/requirements/base.txt
Thanks Tim Graham for the report Backport of c75dd664c from master
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/contributing/writing-code/unit-tests.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt
index 07d7de982e..4c6b1d88db 100644
--- a/docs/internals/contributing/writing-code/unit-tests.txt
+++ b/docs/internals/contributing/writing-code/unit-tests.txt
@@ -138,6 +138,7 @@ Running all the tests
If you want to run the full suite of tests, you'll need to install a number of
dependencies:
+* numpy_
* PIL_
* py-bcrypt_
* PyYAML_
@@ -168,6 +169,7 @@ 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.
+.. _numpy: https://pypi.python.org/pypi/numpy
.. _PIL: https://pypi.python.org/pypi/PIL
.. _py-bcrypt: https://pypi.python.org/pypi/py-bcrypt/
.. _PyYAML: http://pyyaml.org/wiki/PyYAML