Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: bump PySide6 to 6.7.0 and update PySide6 hooks #8404

Merged
merged 2 commits into from Apr 12, 2024

Conversation

rokm
Copy link
Member

@rokm rokm commented Apr 12, 2024

Looks like PySide6/Qt6 6.7.0 is quite benign from our perspective; only thing that needs to be fixed is adding a hidden import of PySide6.QtOpenGL to the PySide6.Qt3DRender hook, to fix tests that import individual modules.

Bump PySide6 to 6.7.0. For python 3.8, we need to stick with
6.6.3.1, as 6.7.0 dropped support for it.
In PySide6 6.7.0, `PySide6.Qt3DRender` module added a reference
to type system of `PySide6.QtOpenGL` module, so we need to add
a hidden import for OSes where the `PySide6.QtOpenGL` module is
not picked up automatically; i.e., on Windows, where the `Qt6OpenGL`
shared  library does not appear in the binary dependency tree of
the `PySide6.Qt3DRender` module.
@rokm rokm enabled auto-merge (rebase) April 12, 2024 12:46
@rokm rokm merged commit edf1694 into pyinstaller:develop Apr 12, 2024
18 checks passed
@rokm rokm deleted the pyside6-6.7 branch April 12, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants