diff options
| author | Alasdair Nicol <alasdair@thenicols.net> | 2013-12-02 17:21:48 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-12-02 13:45:56 -0500 |
| commit | 23126866ecf3b6375a7c59d5623801fc9b4aee2b (patch) | |
| tree | 5a3f7ed4494371b0ccd50bbe963e6035011b3b88 /docs | |
| parent | 8e8584f959dce2ad5519421dbb134f5a3014d567 (diff) | |
[1.4.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.txt | 2 |
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 06310962dd..70d321ad1c 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -141,6 +141,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_ @@ -171,6 +172,7 @@ and install the Geospatial libraries</ref/contrib/gis/install>`. 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 |
