Only use Paramiko in tests when needed. (#54826)

This commit is contained in:
Matt Clay 2019-04-05 17:31:33 -07:00 committed by GitHub
commit ab7f810874
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 182 additions and 12 deletions

View file

@ -1,9 +1,9 @@
default name=quay.io/ansible/default-test-container:1.6.0 python=3.6,2.6,2.7,3.5,3.7,3.8 python3.8=/usr/local/bin/python3.8 seccomp=unconfined
centos6 name=quay.io/ansible/centos6-test-container:1.4.0 python=2.6 seccomp=unconfined
centos7 name=quay.io/ansible/centos7-test-container:1.4.0 python=2.7 seccomp=unconfined
fedora28 name=quay.io/ansible/fedora28-test-container:1.5.0 python=2.7
fedora29 name=quay.io/ansible/fedora29-test-container:1.5.0 python=3.7
opensuse15py2 name=quay.io/ansible/opensuse15py2-test-container:1.7.0 python=2.7
opensuse15 name=quay.io/ansible/opensuse15-test-container:1.7.0 python=3.6
ubuntu1604 name=quay.io/ansible/ubuntu1604-test-container:1.4.0 python=2.7 seccomp=unconfined
ubuntu1804 name=quay.io/ansible/ubuntu1804-test-container:1.6.0 python=3.6 seccomp=unconfined
centos6 name=quay.io/ansible/centos6-test-container:1.8.0 python=2.6 seccomp=unconfined
centos7 name=quay.io/ansible/centos7-test-container:1.8.0 python=2.7 seccomp=unconfined
fedora28 name=quay.io/ansible/fedora28-test-container:1.8.0 python=2.7
fedora29 name=quay.io/ansible/fedora29-test-container:1.8.0 python=3.7
opensuse15py2 name=quay.io/ansible/opensuse15py2-test-container:1.8.0 python=2.7
opensuse15 name=quay.io/ansible/opensuse15-test-container:1.8.0 python=3.6
ubuntu1604 name=quay.io/ansible/ubuntu1604-test-container:1.8.0 python=2.7 seccomp=unconfined
ubuntu1804 name=quay.io/ansible/ubuntu1804-test-container:1.8.0 python=3.6 seccomp=unconfined

View file

@ -2,5 +2,4 @@ cryptography
jinja2
junit-xml
ordereddict ; python_version < '2.7'
paramiko
pyyaml

View file

@ -1,7 +1,6 @@
cryptography
jinja2
mock
paramiko
pycodestyle
pylint ; python_version >= '3.5' # pylint 2.0.0 and later require python 3+
pytest

View file

@ -1,7 +1,6 @@
cryptography
jinja2
junit-xml
paramiko
ntlm-auth
requests-ntlm
requests-credssp