mirror of https://github.com/ansible/ansible.git
[stable-2.9] Add additional constraint for `setuptools` (#75651)
The recent release of setuptools 58.0.2 breaks installation of coverage since it references the 'use_2to3' feature.pull/75653/head
parent
19261a7bed
commit
5faae7f464
@ -0,0 +1,5 @@
|
||||
bugfixes:
|
||||
- >-
|
||||
ansible_test - add additional constraint for ``setuptools`` on Python >= 3.5 due to a bug
|
||||
in the recently released version of ``setuptools`` related to the 'use_2to3' feature
|
||||
(https://github.com/ansible/ansible/pull/75651)
|
||||
Loading…
Reference in New Issue