mirror of https://github.com/ansible/ansible.git
[stable-2.8] Add constraints for Jinja2 on Python 2.6. (#66826)
* Add constraint for Jinja2 on Python 2.6.
* Fix constraint in inventory_aws_conformance test.
* Add constrraints for template_jinja2_latest test.
(cherry picked from commit 965854fbd2)
Co-authored-by: Matt Clay <matt@mystile.com>
pull/66904/head
parent
cb54c7c3b1
commit
6f5c94ffea
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ansible-test now limits Jinja2 installs to version 2.10 and earlier on Python 2.6
|
||||
@ -0,0 +1,2 @@
|
||||
jinja2 < 2.11 ; python_version < '2.7' # jinja2 2.11 and later require python 2.7 or later
|
||||
jinja2 ; python_version >= '2.7'
|
||||
Loading…
Reference in New Issue