summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-07-10 12:10:26 -0400
committerTim Graham <timograham@gmail.com>2013-07-10 12:10:26 -0400
commit14b50739787d9bb69e763894f78b10971fe2bc63 (patch)
tree41bd82db90e3fbabf443dc3f8e69163a960ff2ce
parent13546cae9c7922088266c32a5be2bda77545a04b (diff)
[1.5.x] Added a missing test requirement in the docs; refs #19196
-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 aac59bc2a0..1770e4aa63 100644
--- a/docs/internals/contributing/writing-code/unit-tests.txt
+++ b/docs/internals/contributing/writing-code/unit-tests.txt
@@ -139,6 +139,7 @@ If you want to run the full suite of tests, you'll need to install a number of
dependencies:
* PIL_
+* py-bcrypt_
* PyYAML_
* Markdown_
* Textile_
@@ -168,6 +169,7 @@ Each of these dependencies is optional. If you're missing any of them, the
associated tests will be skipped.
.. _PIL: https://pypi.python.org/pypi/PIL
+.. _py-bcrypt: https://pypi.python.org/pypi/py-bcrypt/
.. _PyYAML: http://pyyaml.org/wiki/PyYAML
.. _Markdown: http://pypi.python.org/pypi/Markdown/1.7
.. _Textile: http://pypi.python.org/pypi/textile