Resolves: rhbz#2069376 - Rebase SSSD for RHEL 9.1

Test settings changes are required for gating.
This commit is contained in:
Alexey Tikhonov 2022-05-10 09:02:45 +02:00
parent c745d2f717
commit f90ae3e47e

View File

@ -71,11 +71,9 @@
- name: Install pytest-multihost and other test dependencies - name: Install pytest-multihost and other test dependencies
pip: pip:
name: >
setuptools, pytz, paramiko, pep8, pylint,
pytest-multihost, python-ldap, pytest, pyyaml
virtualenv: "{{ venv_dir }}" virtualenv: "{{ venv_dir }}"
virtualenv_command: python3 -m venv virtualenv_command: python3 -m venv
requirements: "{{ upstream_src_dir }}/src/tests/multihost/requirements.txt"
- name: Find directory python searches for path - name: Find directory python searches for path
shell: python3 -m site --user-site shell: python3 -m site --user-site