commit | b1df00e390c8538dfa597fb73c7a3fbc983e088b | [log] [tgz] |
---|---|---|
author | Josh Gao <[email protected]> | Tue Aug 07 14:31:17 2018 -0700 |
committer | Josh Gao <[email protected]> | Wed Aug 08 17:40:15 2018 -0700 |
tree | dc8c836d4410fe3879db1f42d56bd572d211c3f4 | |
parent | da0911169d37ebbdcd1e7411ae17cbb1c3903777 [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