Skip to content

Commit

Permalink
Remove install of setuptools in venv for pip test.
Browse files Browse the repository at this point in the history
This task was previously added in #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.
  • Loading branch information
mattclay committed Nov 4, 2021
1 parent 39509ff commit b7277ae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/integration/targets/pip/tasks/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b7277ae

Please sign in to comment.