Closed
Bug 1917556
Opened 1 year ago
Closed 1 year ago
Cannot run Mn tests with Python 3.12: _TextTestResult is deprecated since Python 3.2 and removed in 3.12
Categories
(Testing :: Marionette Client and Harness, defect, P3)
Testing
Marionette Client and Harness
Tracking
(firefox132 fixed)
RESOLVED
FIXED
132 Branch
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
Details
(Whiteboard: [webdriver:m12])
Attachments
(1 file)
See Removed section of https://docs.python.org/3/whatsnew/3.12.html
An alias of the TextTestResult class: _TextTestResult (deprecated in Python 3.2).
Should be updated at https://searchfox.org/mozilla-central/rev/04a47c08504e6357a3164163dd19a47754521204/testing/marionette/harness/marionette_harness/runner/base.py#225
unittest._TextTestResult.stopTest(self, *args, **kwargs)
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5d16f1dfc28e
[marionette] Fix Mn tests with Python 3.12 r=webdriver-reviewers,whimboo
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
| Assignee | ||
Updated•1 year ago
|
Points: --- → 1
Priority: -- → P3
Whiteboard: [webdriver:m12]
| Assignee | ||
Updated•1 year ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•