Merge "Fix molecule jobs after release of cryptography3.4"

This commit is contained in:
Zuul 2021-02-09 18:28:20 +00:00 committed by Gerrit Code Review
commit 0e8c301559
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,12 @@
{{ tripleo_ansible_project_path }}/scripts/bindep-install {{ tripleo_ansible_project_path }}/scripts/bindep-install
become: true become: true
- name: Ensure a recent version of pip is installed in virtualenv
pip:
name: "pip>=19.1.1"
virtualenv: "{{ ansible_user_dir }}/test-python"
virtualenv_command: "{{ ensure_pip_virtualenv_command }}"
- name: Setup test-python - name: Setup test-python
pip: pip:
requirements: "{{ tripleo_ansible_project_path }}/molecule-requirements.txt" requirements: "{{ tripleo_ansible_project_path }}/molecule-requirements.txt"