mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fix paramiko's exec_command() to return bytes on python3 (#17372)
* Fix paramiko's exec_command() to return bytes on python3 * Run test_connection for python3 now too * Fix atomic_move for problem in shippable's testing * Python-2.4 needs to use b()
This commit is contained in:
parent
3b2830818e
commit
f7b22a5eaa
3 changed files with 13 additions and 13 deletions
|
@ -2,4 +2,3 @@ s/ pull / /
|
|||
s/ no_log / /
|
||||
s/ test_async_conditional / /
|
||||
s/ test_binary_modules$/ /
|
||||
s/ test_connection / /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue