summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shrewsbury <Shrews@users.noreply.github.com>2020-12-01 11:36:41 -0500
committerGitHub <noreply@github.com>2020-12-01 10:36:41 -0600
commit8a2f69471577568f581b9b26ee6922c8443434e0 (patch)
treecb294d57ac4750668b2e220b66c3eb1d84b9d887
parent4e0e0e5af08b9a0e21f918fb4cfdbfcb6e018f77 (diff)
downloadansible-8a2f69471577568f581b9b26ee6922c8443434e0.tar.gz
Test pip fix (#72765)
(cherry picked from commit 2eb97955437d33bd6b5f835a3233d88419518459)
-rw-r--r--test/integration/targets/pip/tasks/pip.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/integration/targets/pip/tasks/pip.yml b/test/integration/targets/pip/tasks/pip.yml
index 304928d923..0530dcc158 100644
--- a/test/integration/targets/pip/tasks/pip.yml
+++ b/test/integration/targets/pip/tasks/pip.yml
@@ -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