summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2017-11-20 19:45:13 -0800
committerMatt Clay <matt@mystile.com>2017-12-05 22:32:37 -0800
commit6e1f29cde2e9210a7837f4361841e72d0274eafe (patch)
tree82c8b58c8ab0e659883b075481b5428fdb56a1e6
parent30b0103ceb72d547f0a540a0dbadab5ab259edec (diff)
downloadansible-6e1f29cde2e9210a7837f4361841e72d0274eafe.tar.gz
Limit paramiko to < 2.4.0 for python 2.6.
(cherry picked from commit 5f5e150771933f0fbaf8fb109607cf607b54322b)
-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 9fea634946..8c8048e640 100644
--- a/test/runner/requirements/constraints.txt
+++ b/test/runner/requirements/constraints.txt
@@ -6,3 +6,4 @@ yamllint < 1.8 ; python_version < '2.7' # yamllint 1.8 and later require python
wheel < 0.30.0 ; python_version < '2.7' # wheel 0.30.0 and later require python 2.7 or later
isort < 4.2.8 # 4.2.8 changes import sort order requirements which breaks previously passing pylint tests
pep8 <= 1.7.0 # pep8 1.7.0 is the last "real" release, avoid the user warning added in 1.7.1
+paramiko < 2.4.0 ; python_version < '2.7' # paramiko 2.4.0 drops support for python 2.6