mirror of https://github.com/ansible/ansible.git
[stable-2.9] 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/66903/head
parent
29cdd1ccca
commit
a8b71747ae
@ -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