Closed
Bug 1710728
Opened 4 years ago
Closed 4 years ago
Standup Python 3 tests and lints in taskgraph
Categories
(Release Engineering :: General, task)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ahal, Assigned: ahal)
References
Details
Attachments
(2 files)
Let's get the tests and linters in taskgraph running against Python 3 (skipping everything that fails to start).
This way we can use TDD to burn down the list and prevent regressions to the areas that have already been fixed.
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Attachment #9221478 -
Attachment description: WIP: Bug 1710728 - Generate Python 3 requirements files → Bug 1710728 - Generate Python 3 requirements files, r?#releng-reviewers!
| Assignee | ||
Comment 2•4 years ago
|
||
This starts running tests and linters with Python 3. Initially it skips many
tests and excludes many files from the linter. However having them set up like
this will allow us to use TDD during the Python 3 conversion.
Depends on D114919
Pushed by ahalberstadt@mozilla.com:
https://hg.mozilla.org/ci/taskgraph/rev/575f4fa7d638
Generate Python 3 requirements files, r=releng-reviewers,jmaher
https://hg.mozilla.org/ci/taskgraph/rev/d9d5d49cdbd7
Run lints and tests against Python 3, r=releng-reviewers,jmaher
| Assignee | ||
Updated•4 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•