gecko-dev/testing/mozbase/mozrunner
Makoto Kato 780e5861e7 Bug 1638759 - Make android_device.py Python3 compatible. r=froydnj
`./mach run` or `./mach install` for GekcoView uses `android_device.py`, but
`android_device.py` isn't compatible with Python 3.

So, wWhen checking kvm (-accel-check), the following warning occurs.
```
WARNING: sequence item 0: expected str instance, int found
```

Also, when verifying emulator using telnet, the following exception occurs.
```
WARNING: Trying again after unexpected exception
```

Differential Revision: https://phabricator.services.mozilla.com/D75743
2020-05-18 20:06:54 +00:00
..
mozrunner Bug 1638759 - Make android_device.py Python3 compatible. r=froydnj 2020-05-18 20:06:54 +00:00
tests Bug 1622637 - Fix exception reraising in mozrunner r=gbrown 2020-03-16 16:42:01 +00:00
setup.cfg
setup.py Bug 1621106 - Bump minor version for mozbase modules depending on mozlog 6.0 and/or mozcrash 2.0; r=wlach 2020-03-10 13:05:13 +00:00