From 9f60b16d31c5746696d87a7c40763d455fb8a823 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 27 Jan 2020 14:01:34 -0800 Subject: [stable-2.7] 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 965854fbd2107ddc1449d9463c47f1e0f8525727) Co-authored-by: Matt Clay --- test/integration/targets/template_jinja2_latest/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/integration/targets/template_jinja2_latest/requirements.txt (limited to 'test/integration/targets/template_jinja2_latest/requirements.txt') diff --git a/test/integration/targets/template_jinja2_latest/requirements.txt b/test/integration/targets/template_jinja2_latest/requirements.txt new file mode 100644 index 0000000000..49a806fb66 --- /dev/null +++ b/test/integration/targets/template_jinja2_latest/requirements.txt @@ -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' -- cgit v1.2.1