summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-02-21 17:21:39 -0800
committerMatt Clay <matt@mystile.com>2022-02-21 23:48:01 -0800
commitaafa65999c1b0bc519e3aa656361630d8d04579f (patch)
treedf7e2af89659d1803ac924f0f7cf0db7a5c5a68e /changelogs
parentfdadc39af342a984ca8791b6a5d0ec3bd4ecb5d9 (diff)
downloadansible-aafa65999c1b0bc519e3aa656361630d8d04579f.tar.gz
ansible-test - Add MarkupSafe constraint.
Installation of MarkupSafe 2.1.0 and later require setuptools 39.2 or later, or a recent version of pip which supports installation using a wheel. Some systems will not have new enough versions of pip and/or setuptools, especially virtual environments -- including those created by ansible-test.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ansible-test-markupsafe-constraint-update.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-markupsafe-constraint-update.yml b/changelogs/fragments/ansible-test-markupsafe-constraint-update.yml
new file mode 100644
index 0000000000..b6cc3f1c92
--- /dev/null
+++ b/changelogs/fragments/ansible-test-markupsafe-constraint-update.yml
@@ -0,0 +1,3 @@
+bugfixes:
+ - ansible-test - Add constraint for ``MarkupSafe < 2.1.0`` on Python 3.6 and later.
+ This avoids installation failures when old ``pip`` or ``setuptools`` packages are present.