summaryrefslogtreecommitdiff
path: root/test/runner/requirements/constraints.txt
diff options
context:
space:
mode:
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