Closed
Bug 1696526
(ci-py3)
Opened 4 years ago
Closed 3 years ago
[meta] Run all tasks in CI with Python 3
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ahal, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: meta)
Work to support Python 3 in our test harnesses and build system has largely been completed (with a few stragglers). But most of these still run against Python 2 in CI. We should attempt to switch everything we can over to running with Python 3. Once that happens, we'll be able to drop Python 2 support.
In general this will look like:
- Add the
python-3: true
config to the task definition - Test on try to make sure everything passes (fix things that break)
- Once all tasks for a given code module are switched over, add an exclude rule to the
py2
linter so we can start using Python 3-only syntax there.
Reporter | ||
Updated•4 years ago
|
Blocks: goodbye-py2
Reporter | ||
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•