mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Only use Paramiko in tests when needed. (#54826)
This commit is contained in:
@@ -2,5 +2,4 @@ cryptography
|
||||
jinja2
|
||||
junit-xml
|
||||
ordereddict ; python_version < '2.7'
|
||||
paramiko
|
||||
pyyaml
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
cryptography
|
||||
jinja2
|
||||
mock
|
||||
paramiko
|
||||
pycodestyle
|
||||
pylint ; python_version >= '3.5' # pylint 2.0.0 and later require python 3+
|
||||
pytest
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
cryptography
|
||||
jinja2
|
||||
junit-xml
|
||||
paramiko
|
||||
ntlm-auth
|
||||
requests-ntlm
|
||||
requests-credssp
|
||||
|
||||
Reference in New Issue
Block a user