commit | 0c970fef050bc6c92dfb843fa7f4c57c96d93bf1 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Aug 07 14:31:17 2018 -0700 |
committer | Josh Gao <jmgao@google.com> | Wed Aug 08 17:40:15 2018 -0700 |
tree | 62ceb85412357255ba7d10012d8e544f6cb4791e | |
parent | 1729c57e0be97802cfc3ced4550ed014d5fec56d [diff] |
adb: switch test_adb.py to python3. Currently, test_adb.py doesn't work on Windows, because we're selecting on a pipe, which doesn't work on Windows. Python 3.5 adds socketpair support to Windows, so switch over to Python 3 to make it so we can use that. Test: python3 test_adb.py Change-Id: I0fbd1bca0b28324658831d5ef8ee08aefe2b0596