mirror of https://github.com/django/django.git
[1.6.x] Added some missing test requirements in the docs; refs #19196
Backport of 77856dc875
from master
This commit is contained in:
parent
aecbaaed0c
commit
2e3250fc90
|
@ -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
|
If you want to run the full suite of tests, you'll need to install a number of
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
||||||
|
* bcrypt_
|
||||||
|
* docutils_
|
||||||
* Pillow_
|
* Pillow_
|
||||||
* PyYAML_
|
* PyYAML_
|
||||||
* pytz_
|
* 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
|
Each of these dependencies is optional. If you're missing any of them, the
|
||||||
associated tests will be skipped.
|
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/
|
.. _Pillow: https://pypi.python.org/pypi/Pillow/
|
||||||
.. _PyYAML: http://pyyaml.org/wiki/PyYAML
|
.. _PyYAML: http://pyyaml.org/wiki/PyYAML
|
||||||
.. _pytz: https://pypi.python.org/pypi/pytz/
|
.. _pytz: https://pypi.python.org/pypi/pytz/
|
||||||
|
|
Loading…
Reference in New Issue