[1.5.x] Fixed #21538 -- Added numpy to test/requirements/base.txt
Thanks Tim Graham for the report Backport of c75dd664c from master
This commit is contained in:
parent
0e98050847
commit
86c5115cad
@ -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
|
If you want to run the full suite of tests, you'll need to install a number of
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
||||||
|
* numpy_
|
||||||
* PIL_
|
* PIL_
|
||||||
* py-bcrypt_
|
* py-bcrypt_
|
||||||
* PyYAML_
|
* 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
|
Each of these dependencies is optional. If you're missing any of them, the
|
||||||
associated tests will be skipped.
|
associated tests will be skipped.
|
||||||
|
|
||||||
|
.. _numpy: https://pypi.python.org/pypi/numpy
|
||||||
.. _PIL: https://pypi.python.org/pypi/PIL
|
.. _PIL: https://pypi.python.org/pypi/PIL
|
||||||
.. _py-bcrypt: https://pypi.python.org/pypi/py-bcrypt/
|
.. _py-bcrypt: https://pypi.python.org/pypi/py-bcrypt/
|
||||||
.. _PyYAML: http://pyyaml.org/wiki/PyYAML
|
.. _PyYAML: http://pyyaml.org/wiki/PyYAML
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
docutils
|
docutils
|
||||||
Markdown
|
Markdown
|
||||||
|
numpy
|
||||||
PyYAML
|
PyYAML
|
||||||
pytz
|
pytz
|
||||||
selenium
|
selenium
|
||||||
|
Loading…
x
Reference in New Issue
Block a user