mirror of https://github.com/ansible/ansible.git
[stable-2.9] Add test constraint for setuptools. (#66426)
* Add test constraint for setuptools.
* Update pip test to work on centos6 container.
(cherry picked from commit 51e5b714e0
)
Co-authored-by: Matt Clay <matt@mystile.com>
pull/66446/head
parent
c94aa6dde6
commit
41ec9a8516
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ansible-test no longer tries to install ``setuptools`` 45+ on Python 2.x since those versions are unsupported
|
@ -0,0 +1 @@
|
||||
setuptools < 45 ; python_version <= '2.7' # setuptools 45 and later require python 3.5 or later
|
Loading…
Reference in New Issue