summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2021-11-04 21:19:21 +0100
committerMatt Clay <matt@mystile.com>2021-11-04 22:12:13 +0100
commit57989c2bcb7b76a05ceaa62d44bd00311f2b142c (patch)
treeff5a3c642aa00b042774893dd17698abee51d814
parentFix pip test to use setup_remote_tmp_dir. (diff)
downloadansible-57989c2bcb7b76a05ceaa62d44bd00311f2b142c.tar.xz
ansible-57989c2bcb7b76a05ceaa62d44bd00311f2b142c.zip
Remove install of setuptools in venv for pip test.
This task was previously added in https://github.com/ansible/ansible/pull/25243 as a work-around for a setuptools bug. The pinned version does not work with Python 3.10, and the task should no longer be needed.
-rw-r--r--test/integration/targets/pip/tasks/pip.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/integration/targets/pip/tasks/pip.yml b/test/integration/targets/pip/tasks/pip.yml
index e491603b14..0f3e0e61ab 100644
--- a/test/integration/targets/pip/tasks/pip.yml
+++ b/test/integration/targets/pip/tasks/pip.yml
@@ -90,13 +90,6 @@
state: absent
name: "{{ remote_tmp_dir }}/pipenv"
-- name: install a working version of setuptools in the virtualenv
- pip:
- name: setuptools
- virtualenv: "{{ remote_tmp_dir }}/pipenv"
- state: present
- version: 33.1.1
-
- name: create a requirement file with an vcs url
copy:
dest: "{{ remote_tmp_dir }}/pipreq.txt"