summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2020-03-03 12:19:25 -0800
committerMatt Clay <matt@mystile.com>2020-03-10 13:49:18 -0700
commitb54189c45b7736a34449b8d28825bc52fde7d7ef (patch)
tree32bb4bcc334251d7066e5c0b21d53c0a687d5c56
parentdb057588700b75f3caad619b034f7a01cc9690e2 (diff)
downloadansible-b54189c45b7736a34449b8d28825bc52fde7d7ef.tar.gz
Remove out-of-date test constraint on paramiko.
ci_complete
-rw-r--r--changelogs/fragments/ansible-test-paramiko-constraint.yml2
-rw-r--r--test/lib/ansible_test/_data/requirements/constraints.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/changelogs/fragments/ansible-test-paramiko-constraint.yml b/changelogs/fragments/ansible-test-paramiko-constraint.yml
new file mode 100644
index 0000000000..2ab80f1085
--- /dev/null
+++ b/changelogs/fragments/ansible-test-paramiko-constraint.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - ansible-test - Remove out-of-date constraint on installing paramiko versions 2.5.0 or later in tests.
diff --git a/test/lib/ansible_test/_data/requirements/constraints.txt b/test/lib/ansible_test/_data/requirements/constraints.txt
index 758469bec9..b43674e4f5 100644
--- a/test/lib/ansible_test/_data/requirements/constraints.txt
+++ b/test/lib/ansible_test/_data/requirements/constraints.txt
@@ -14,7 +14,6 @@ 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, >= 2.5 # linode requires idna < 2.9, >= 2.5, 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
pytest < 5.0.0 ; python_version == '2.7' # pytest 5.0.0 and later will no longer support python 2.7
pytest-forked < 1.0.2 ; python_version < '2.7' # pytest-forked 1.0.2 and later require python 2.7 or later