summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2017-11-20 19:45:13 -0800
committerMatt Clay <matt@mystile.com>2017-11-20 21:19:11 -0800
commit5f5e150771933f0fbaf8fb109607cf607b54322b (patch)
treef8b152d64a49ea91f7daaa33ac6f37c5b96a3551 /test
parentd9a52db17da0ac371ea5be9850b66eae6f200888 (diff)
downloadansible-5f5e150771933f0fbaf8fb109607cf607b54322b.tar.gz
Limit paramiko to < 2.4.0 for python 2.6.
Diffstat (limited to 'test')
-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 ef5da0f6a8..142df794a8 100644
--- a/test/runner/requirements/constraints.txt
+++ b/test/runner/requirements/constraints.txt
@@ -9,3 +9,4 @@ isort < 4.2.8 # 4.2.8 changes import sort order requirements which breaks previo
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