Convert 'mach android' to run with Python 3
Categories
(Firefox Build System :: Android Studio and Gradle Integration, task, P3)
Tracking
(firefox84 fixed)
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: KrisWright, Assigned: gbrown)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
mach android
still runs with python 2 [1]. We want to convert all mach
commands to python 3.
To do this, any dependencies of the command may need to be converted as well as the command itself.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 1•4 years ago
|
||
Nick -- can you take a look and maybe provide a status update on the triage here?
Comment 2•4 years ago
|
||
(In reply to Ricky Stewart from comment #1)
Nick -- can you take a look and maybe provide a status update on the triage here?
Yes. Most of these commands are internal to the build system and to our CI. They have no third-party dependencies that I am aware of.
Assuming that self.run_process(..., pass_thru=True)
works under Python 3 I expect this to either Just Work or be trivially close to Just Working.
I can't really speak to the priority -- I set P3 since it is truly backlog -- but the severity should be S3 or S4.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
Switch 'mach android' to python 3. As far as I can tell, this just works.
Comment 5•4 years ago
|
||
bugherder |
Description
•