Closed
Bug 1639003
Opened 5 years ago
Closed 4 years ago
Convert 'mach wpt-metadata-merge' to run with Python 3
Categories
(Testing :: web-platform-tests, task)
Testing
web-platform-tests
Tracking
(firefox88 fixed)
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: KrisWright, Assigned: jgraham)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
mach wpt-metadata-merge
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•4 years ago
|
Blocks: testing-py3
Assignee | ||
Comment 1•4 years ago
|
||
This code is generally missing tests, but I tried it out on the wpt-sync
where it's used and with this fix it worked (previously it had broken
because the wpt libraries started to assume Py 3 semantics)
Updated•4 years ago
|
Assignee: nobody → james
Status: NEW → ASSIGNED
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/autoland/rev/a3555ba98b3d
Convert mach wpt-metadata-merge to Python 3, r=ahal
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•