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:47:54 -0800
commitd00331354405a1fe5730a72aac9232dfc774b887 (patch)
tree7fb71ba0ee5c2093f87fc76b049ae536f4d16535 /changelogs
parentc6d392d43def01cdda8d3ff64c300a6bfdca991b (diff)
downloadansible-d00331354405a1fe5730a72aac9232dfc774b887.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.