Closed
Bug 1505592
Opened 6 years ago
Closed 6 years ago
update socorro.app for Python 3
Categories
(Socorro :: General, task, P2)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
Details
Attachments
(1 file)
We're switching to Python 3.
This covers getting the tests in socorro/unittest/app/ passing in Python 3.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/5c6b9c1cddb98893d43a8ea81919ccb42a9cbc9f
fix bug 1505592: fix socorro/unittest/app tests in Python 3
This gets the socorro/unittest/app/ tests passing. It also removes use of
xrange--we don't need that in these cases.
https://github.com/mozilla-services/socorro/commit/0c76a34c8a828d1a7980a1548757c738e52b2f31
Merge pull request #4700 from willkg/1505592-app
fix bug 1505592: fix socorro/unittest/app tests in Python 3
Updated•6 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•