Closed
Bug 1527020
Opened 6 years ago
Closed 6 years ago
Enable unit tests under Python 3
Categories
(Tree Management :: Treeherder, enhancement, P1)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(1 file)
Currently our Python 3 coverage is limited to:
- pip check
- flake8
- Checking
./manage.py migrate
and./manage.py makemigrations --check
exit non-zero
With some of the latest deps of bug 1330474 fixed, enough of the unit tests pass that it's worth including pytest in the Python 3 Travis job (with any failing tests skipped/marked as xfail) to ensure we don't have any (more) regressions.
Assignee | ||
Updated•6 years ago
|
Component: Treeherder → Treeherder: Docs & Development
Assignee | ||
Comment 1•6 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Updated•3 years ago
|
Component: Treeherder: Docs & Development → TreeHerder
You need to log in
before you can comment on or make changes to this bug.
Description
•