Test pip fix (#72765)

(cherry picked from commit 2eb9795543)
pull/72780/head
David Shrewsbury 5 years ago committed by GitHub
parent 4e0e0e5af0
commit 8a2f694715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -108,7 +108,7 @@
- name: create a requirement file with an vcs url
copy:
dest: "{{ output_dir }}/pipreq.txt"
content: "-e git+https://github.com/dvarrazzo/pyiso8601#egg=pyiso8601"
content: "-e git+https://github.com/dvarrazzo/pyiso8601#egg=iso8601"
- name: install the requirement file in a virtualenv
pip:
@ -134,7 +134,7 @@
- name: install the same module from url
pip:
name: "git+https://github.com/dvarrazzo/pyiso8601#egg=pyiso8601"
name: "git+https://github.com/dvarrazzo/pyiso8601#egg=iso8601"
virtualenv: "{{ output_dir }}/pipenv"
editable: True
register: url_installed
@ -472,7 +472,7 @@
- name: test module can parse the combination of multi-packages one line and git url
pip:
name:
- git+https://github.com/dvarrazzo/pyiso8601#egg=pyiso8601
- git+https://github.com/dvarrazzo/pyiso8601#egg=iso8601
- "{{pip_test_pkg_ver[0]}},{{pip_test_pkg_ver[1]}}"
- name: test the invalid package name

Loading…
Cancel
Save