mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Merge pull request #9059 from mpeters/docsite_test_integration_packages
documenting extra packages that need to be installed to run the full integration tests
This commit is contained in:
commit
4a26d0d7c0
1 changed files with 7 additions and 0 deletions
|
@ -36,6 +36,13 @@ suites. You will need at least::
|
||||||
python-nosetests (sometimes named python-nose)
|
python-nosetests (sometimes named python-nose)
|
||||||
python-passlib
|
python-passlib
|
||||||
|
|
||||||
|
If you want to run the full integration test suite you'll also need the following packages installed::
|
||||||
|
|
||||||
|
svn
|
||||||
|
hg
|
||||||
|
python-pip
|
||||||
|
gem
|
||||||
|
|
||||||
Second, if you haven't already, clone the Ansible source code from GitHub::
|
Second, if you haven't already, clone the Ansible source code from GitHub::
|
||||||
|
|
||||||
git clone https://github.com/ansible/ansible.git
|
git clone https://github.com/ansible/ansible.git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue