pyinstaller / pyinstaller-hooks-contrib

Community maintained hooks for PyInstaller.
Other
96 stars 126 forks source link

hooks: update pyqtgraph hook to use Qt bindings selection helper #710

Closed rokm closed 9 months ago

rokm commented 9 months ago

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.