mirror of https://github.com/ansible/ansible.git
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.pull/77110/head
parent
65723f0bbc
commit
24c6227122
@ -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.
|
Loading…
Reference in New Issue