mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Integration tests requirements (#26545)
* Removed pexpect and jmespath requirement, install it in task directly * Removed passlib dependency
This commit is contained in:
parent
294c0f91c0
commit
0d48732e7e
4 changed files with 17 additions and 3 deletions
|
@ -15,6 +15,10 @@
|
|||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
- name: Install test requirements
|
||||
pip:
|
||||
name: pexpect
|
||||
state: present
|
||||
|
||||
- name: record the test_command file
|
||||
set_fact: test_command_file={{output_dir | expanduser}}/test_command.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue