From 9c590b30b258b9a2aedc3d59dd7fa71f86453b67 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Thu, 18 Sep 2014 14:32:53 -0400 Subject: [PATCH] minor tweak to required modules for running tests --- docsite/rst/developing_test_pr.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docsite/rst/developing_test_pr.rst b/docsite/rst/developing_test_pr.rst index e966c62c1c5..76153b3f365 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::