summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2014-09-18 13:48:06 -0500
committerJames Cammarata <jimi@sngx.net>2014-09-18 13:48:06 -0500
commit91ca8d42e77e5d4305145cbf5ccba711cf43cd41 (patch)
tree8ffb075d8727e583b75eae1fcee6be73fa273e52
parent02e800a4ee4f30c635a5e88d00731cee821bd135 (diff)
parent9c590b30b258b9a2aedc3d59dd7fa71f86453b67 (diff)
downloadansible-91ca8d42e77e5d4305145cbf5ccba711cf43cd41.tar.gz
Merge pull request #9058 from mpeters/docsite_more_test_modules
minor tweak to documentation of required modules for running tests
-rw-r--r--docsite/rst/developing_test_pr.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docsite/rst/developing_test_pr.rst b/docsite/rst/developing_test_pr.rst
index e966c62c1c..76153b3f36 100644
--- a/docsite/rst/developing_test_pr.rst
+++ b/docsite/rst/developing_test_pr.rst
@@ -33,7 +33,8 @@ First, you will need to configure your testing environment with the neccessary t
suites. You will need at least::
git
- python-nosetests
+ python-nosetests (sometimes named python-nose)
+ python-passlib
Second, if you haven't already, clone the Ansible source code from GitHub::