Closed
Bug 1426330
Opened 8 years ago
Closed 8 years ago
[mozinfo] Add support for Python 3
Categories
(Testing :: Mozbase, enhancement)
Tracking
(firefox59 fixed)
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: vedantc98, Assigned: vedantc98, Mentored)
References
Details
Attachments
(1 file)
We need to add Python 3 support without dropping support for legacy python.
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•8 years ago
|
||
Hi William
I've made an initial patch, should I trigger a try build?
I've already run it through the linter locally.
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8938825 [details]
Bug 1426330 - Add python 3 support for mozinfo.
https://reviewboard.mozilla.org/r/209332/#review215134
::: testing/mozbase/mozinfo/setup.py:12
(Diff revision 1)
> from setuptools import setup
>
> PACKAGE_VERSION = '0.10'
>
> # dependencies
> deps = ['mozfile >= 0.12']
You'll need to add six to the list of dependencies.
Attachment #8938825 -
Flags: review?(wlachance) → review-
Comment 4•8 years ago
|
||
mozreview-review-reply |
Comment on attachment 8938825 [details]
Bug 1426330 - Add python 3 support for mozinfo.
https://reviewboard.mozilla.org/r/209332/#review215134
Looks good minus one nit. I'll trigger a try run for this, in the future feel free to do so yourself. I think for most cases doing all unit tests on linux64 opt should be sufficient.
Comment hidden (mozreview-request) |
Assignee | ||
Comment 6•8 years ago
|
||
Hopefully that should do it, unless the try build has any issues.
Thanks!
Comment 7•8 years ago
|
||
mozreview-review |
Comment on attachment 8938825 [details]
Bug 1426330 - Add python 3 support for mozinfo.
https://reviewboard.mozilla.org/r/209332/#review215530
lgtm, the failing try job was an intermittent.
Attachment #8938825 -
Flags: review?(wlachance) → review+
Pushed by wlachance@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f157614c397d
Add python 3 support for mozinfo. r=wlach
Comment 9•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•