Closed
Bug 1864106
Opened 2 years ago
Closed 2 years ago
Make raptor.py Python 3.11 compatible
Categories
(Testing :: Raptor, defect, P1)
Testing
Raptor
Tracking
(firefox122 fixed)
RESOLVED
FIXED
122 Branch
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
(Whiteboard: [fxp])
Attachments
(1 file)
Although https://pypi.pub.build.mozilla.org/pub/ doesn't have python 3.11 package and we should use new library for opencv-python and scipy that are python 3.11 compatible, raptor.py isn't compatible with 3.11 since regular expression is invalid from 3.11.
Assignee | ||
Comment 1•2 years ago
|
||
The global flag of regular expression has to be head from 3.11.
Updated•2 years ago
|
Assignee: nobody → m_kato
Status: NEW → ASSIGNED
Updated•2 years ago
|
Whiteboard: [fxp]
Updated•2 years ago
|
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P1
Updated•2 years ago
|
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/a69f0b0ab351
Make raptor.py Python 3.11 compatible. r=perftest-reviewers,kshampur
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•