-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hooks: update pyqtgraph hook to use Qt bindings selection helper
Update `pyqtgraph` hook to use Qt bindings selection helper, which should help to automatically exclude extraneous Qt bindings, in order to prevent multiple Qt bindings from being collected. The change requires PyInstaller >= 6.5 (and should be no-op with earlier versions). Remove the explicit excludes in `pyqtgraph` tests.
- Loading branch information
Showing
3 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Update ``pyqtgraph`` hook to use the helper for automatic Qt bindings | ||
selection and exclusion from PyInstaller >= 6.5 (no-op with earlier | ||
versions). This should help preventing multiple Qt bindings from | ||
being collected into frozen application. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters