diff options
author | Matt Clay <matt@mystile.com> | 2022-06-24 10:17:03 -0700 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2022-06-24 12:23:51 -0700 |
commit | 99217ca2b68909455b783811836d66589bd991d8 (patch) | |
tree | a6f8971c45374d389e7498140555f2ee17f5836b /changelogs | |
parent | a2022a37db7c29fd04a31fc33a430a6ce989de1f (diff) | |
download | ansible-99217ca2b68909455b783811836d66589bd991d8.tar.gz |
[stable-2.13] ansible-test - Improve pip bootstrap download.
(cherry picked from commit b9d13d222cfe4ebd9675d5bbf529e929daaded6f)
Co-authored-by: Matt Clay <matt@mystile.com>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/ansible-test-pip-bootstrap.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-pip-bootstrap.yml b/changelogs/fragments/ansible-test-pip-bootstrap.yml new file mode 100644 index 0000000000..fb169dfec1 --- /dev/null +++ b/changelogs/fragments/ansible-test-pip-bootstrap.yml @@ -0,0 +1,3 @@ +minor_changes: + - ansible-test - An improved error message is shown when the download of a pip bootstrap script fails. + The download now uses ``urllib2`` instead of ``urllib`` on Python 2. |