Commit Graph

6 Commits (6fe9a5e40cfaf2a2ed1512232e4ebdb2dc94de44)

Author SHA1 Message Date
Toshio Kuratomi 60acfd1e87 Fix ansible-pull on python3
On python3, we can't write bytes directly to sys.stdout.
9 years ago
Matt Clay 80a5c70ad7 Split integration tests out from Makefile. (#17976) 9 years ago
Matt Clay 7cd988f60c Enable more integration tests for python 3. (#17375)
The test_async test target was updated to accommodate changes in
output buffering behavior in python 3. This change in behavior
may need to be addressed in the future.
10 years ago
Toshio Kuratomi f7b22a5eaa 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()
10 years ago
Toshio Kuratomi 380a5801e9 Enable integration tests on python3 that are already working (#17212) 10 years ago
Matt Clay e2e7390adc Add Python 3 CI support. (#17209) 10 years ago