minor tweak to required modules for running tests
This commit is contained in:
parent
02e800a4ee
commit
9c590b30b2
1 changed files with 2 additions and 1 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Reference in a new issue