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:
Toshio Kuratomi 2016-09-02 20:32:14 -07:00 committed by GitHub
commit f7b22a5eaa
3 changed files with 13 additions and 13 deletions

View file

@ -2,4 +2,3 @@ s/ pull / /
s/ no_log / /
s/ test_async_conditional / /
s/ test_binary_modules$/ /
s/ test_connection / /