PR: Expand the CI test matrix with Qt/bindings 6.4 and fix tests with PyQt 5.9#376
PR: Expand the CI test matrix with Qt/bindings 6.4 and fix tests with PyQt 5.9#376ccordoba12 merged 2 commits intospyder-ide:masterfrom CAM-Gerlach:ci-expand-matrix
Conversation
|
Thanks for the help with this @CAM-Gerlach ! After a quick review seems like this also has things related with #345 right? Regarding the failing test I think is related with |
ccordoba12
left a comment
There was a problem hiding this comment.
Looks good to me, thanks @CAM-Gerlach and @dalthviz!
It seems this has the initial steps to add pre-commit to this repo, but I see no harm in including them for now.
Oops...I had another branch in progress adding pre-commit based on the config in our other repos, but it seems because those were new/untracked files I accidentally committed them to the wrong branch when I was working on this, and then got busy with the Python 3.11 release and didn't notice my WiP config was added here. Sorry about that and thanks @dalthviz for finishing this up! |
I will push to and test this incrementally, starting with setting one job to 6.4 for bindings and Qt, and see how things go. If we need to fix a lot of failures (which I might need your help on @dalthviz ), we can merge this once that's done and then add the optional deps in a separate PR, since that can be significantly more complex.
Fixes #375
Part of #345