Change opencv-python version for OSX 10.15 python 3.11 compatibility
Categories
(Testing :: Raptor, defect, P1)
Tracking
(firefox-esr115 unaffected, firefox123 fixed, firefox124 fixed, firefox125 fixed)
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox123 | --- | fixed |
firefox124 | --- | fixed |
firefox125 | --- | fixed |
People
(Reporter: kshampur, Assigned: kshampur)
References
Details
(Whiteboard: [fxp])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
RyanVM
:
approval-mozilla-release+
|
Details | Review |
4.7.x has no OSX x64 10.15 builds and there seems to be an issue building from source (which starts using numpy 1.22 rather than 1.23.5, and building 1.22 from source on 3.11 has some other issues too)
4.6.0.66 seems to work fine
Assignee | ||
Updated•1 years ago
|
Updated•1 years ago
|
Assignee | ||
Updated•1 years ago
|
Assignee | ||
Comment 1•1 years ago
|
||
Opencv 4.7.x was preventing upgrades to python 3.11 in OSX 10.15 CI machines
due to failing raptor browsertime tests.
version 4.6.0.66 resolves this while also being compatibilty with other
platforms.
Updated•1 years ago
|
Comment 4•1 years ago
|
||
Comment on attachment 9382540 [details]
Bug 1882003 - Change opencv-python version for OSX 10.15 python 3.11 compatibility. r?#perftest
Beta/Release Uplift Approval Request
- User impact if declined: n/a
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): this changes python requirements file for performance tests to run on updates software for macosx
- String changes made/needed:
- Is Android affected?: No
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: this changes python requirements file for performance tests to run on updates software for macosx
- User impact if declined: n/a
- Fix Landed on Version: 124
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): this changes python requirements file for performance tests to run on updates software for macosx
Comment 5•1 years ago
|
||
Comment on attachment 9382540 [details]
Bug 1882003 - Change opencv-python version for OSX 10.15 python 3.11 compatibility. r?#perftest
Approved for 124.0b6
Updated•1 years ago
|
Comment 7•1 years ago
|
||
Comment on attachment 9382540 [details]
Bug 1882003 - Change opencv-python version for OSX 10.15 python 3.11 compatibility. r?#perftest
Approved for Release and ESR115.
Comment 8•1 years ago
|
||
Comment on attachment 9382540 [details]
Bug 1882003 - Change opencv-python version for OSX 10.15 python 3.11 compatibility. r?#perftest
Actually, ESR115 is pinned to version 4.5.4.60 at the moment and presumably therefore isn't affected (not that we normally run perf tests there anyway).
Updated•1 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Description
•