diff options
author | Matt Clay <matt@mystile.com> | 2020-01-13 13:09:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-13 13:09:33 -0800 |
commit | 51e5b714e040dd21b1528866d0e13d2672160678 (patch) | |
tree | ab90edfc10caa6102f538e4591f8030ca730edbe /changelogs/fragments | |
parent | 9dd548ebb785dcb156d77b9a946b8e377ee2232d (diff) | |
download | ansible-51e5b714e040dd21b1528866d0e13d2672160678.tar.gz |
Add test constraint for setuptools. (#66426)
* Add test constraint for setuptools.
* Update pip test to work on centos6 container.
Diffstat (limited to 'changelogs/fragments')
-rw-r--r-- | changelogs/fragments/ansible-test-setuptools-constraint.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-setuptools-constraint.yml b/changelogs/fragments/ansible-test-setuptools-constraint.yml new file mode 100644 index 0000000000..8fb0d0551f --- /dev/null +++ b/changelogs/fragments/ansible-test-setuptools-constraint.yml @@ -0,0 +1,2 @@ +bugfixes: + - ansible-test no longer tries to install ``setuptools`` 45+ on Python 2.x since those versions are unsupported |