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
parent c309570540
commit ab7f810874
33 changed files with 182 additions and 12 deletions

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