summaryrefslogtreecommitdiff
path: root/test/runner/requirements/constraints.txt
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2020-01-27 14:01:34 -0800
committerMatt Clay <matt@mystile.com>2020-01-27 16:21:03 -0800
commit9f60b16d31c5746696d87a7c40763d455fb8a823 (patch)
treea312b1cb72acbfa0096099fb57156b6b2d97292b /test/runner/requirements/constraints.txt
parent823871954ab6ba6248addab50763a4204e4a74b8 (diff)
downloadansible-9f60b16d31c5746696d87a7c40763d455fb8a823.tar.gz
[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 <matt@mystile.com>
Diffstat (limited to 'test/runner/requirements/constraints.txt')
-rw-r--r--test/runner/requirements/constraints.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runner/requirements/constraints.txt b/test/runner/requirements/constraints.txt
index 0116de8389..1060d3e531 100644
--- a/test/runner/requirements/constraints.txt
+++ b/test/runner/requirements/constraints.txt
@@ -1,6 +1,7 @@
coverage >= 4.2, < 5.0.0, != 4.3.2 # features in 4.2+ required, avoid known bug in 4.3.2 on python 2.6, coverage 5.0+ incompatible
cryptography < 2.2 ; python_version < '2.7' # cryptography 2.2 drops support for python 2.6
deepdiff < 4.0.0 ; python_version < '3' # deepdiff 4.0.0 and later require python 3
+jinja2 < 2.11 ; python_version < '2.7' # jinja2 2.11 and later require python 2.7 or later
urllib3 < 1.24 ; python_version < '2.7' # urllib3 1.24 and later require python 2.7 or later
pywinrm >= 0.3.0 # message encryption support
astroid == 1.5.3 ; python_version >= '3.5' # newer versions of astroid require newer versions of pylint to avoid bugs