Merge "Remove the workaround for PEP517 issues"

This commit is contained in:
Zuul 2020-06-15 09:15:30 +00:00 committed by Gerrit Code Review
commit 9e68118441
2 changed files with 0 additions and 10 deletions

View File

@ -14,11 +14,6 @@
# limitations under the License.
---
- name: workaround for PEP517 issue
set_fact:
extra_args: ""
when: ansible_python_version == "3.6.8"
- name: Set extra_args if upper_constraints_file is defined
set_fact:
constraints_extra_args: "{{ extra_args | default('') }} -c {{ upper_constraints_file }}"

View File

@ -14,11 +14,6 @@
# limitations under the License.
---
- name: workaround for PEP517 issue
set_fact:
extra_args: ""
when: ansible_python_version == "3.6.8"
- name: Set extra_args if upper_constraints_file is defined
set_fact:
constraints_extra_args: "{{ extra_args | default('') }} -c {{ upper_constraints_file }}"