mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
pip tests: skip distribute test case for py3 compat (#49636)
This commit is contained in:
parent
198f1e1bea
commit
28a903a1e2
1 changed files with 22 additions and 19 deletions
|
@ -501,6 +501,8 @@
|
|||
state: absent
|
||||
|
||||
# https://github.com/ansible/ansible/issues/47198
|
||||
# distribute is a legacy package that will fail on newer Python 3 versions
|
||||
- block:
|
||||
- name: make sure the virtualenv does not exist
|
||||
file:
|
||||
state: absent
|
||||
|
@ -523,3 +525,4 @@
|
|||
- name: inspect the cmd
|
||||
assert:
|
||||
that: "'distribute' in remove_distribute.cmd"
|
||||
when: ansible_python.version.major == 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue