summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2019-06-10 09:45:50 -0700
committerMatt Clay <matt@mystile.com>2019-06-10 16:13:56 -0700
commitc68f53f95131b8500fd7979f909a8694b571ea9e (patch)
tree9859781626400a8828bf1ba5b47982958581c6f6
parentc112ab30b17deab76e14529c97806be88e3c5581 (diff)
downloadansible-c68f53f95131b8500fd7979f909a8694b571ea9e.tar.gz
[stable-2.6] Limit tests to paramiko < 2.5.0.
(cherry picked from commit 1e6edf2ccc970e790692df819f22ead4e28ec0b4) Co-authored-by: Matt Clay <matt@mystile.com>
-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 65386179d0..3c45b670b7 100644
--- a/test/runner/requirements/constraints.txt
+++ b/test/runner/requirements/constraints.txt
@@ -15,6 +15,7 @@ pycrypto >= 2.6 # Need features found in 2.6 and greater
ncclient >= 0.5.2 # Need features added in 0.5.2 and greater
idna < 2.6 # requests requires idna < 2.6, but cryptography will cause the latest version to be installed instead
paramiko < 2.4.0 ; python_version < '2.7' # paramiko 2.4.0 drops support for python 2.6
+paramiko < 2.5.0 ; python_version >= '2.7' # paramiko 2.5.0 requires cryptography 2.5.0+
pytest < 3.3.0 ; python_version < '2.7' # pytest 3.3.0 drops support for python 2.6
ntlm-auth >= 1.0.6 # message encryption support
requests < 2.20.0 ; python_version < '2.7' # requests 2.20.0 drops support for python 2.6