-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
PR: Try PySide6 on conda #378
Conversation
45b6a10
to
add8a5c
Compare
535db3c
to
4ef09c8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jschueller for the help with this and pushing PySide6 to be available through conda-forge! I left a comment and a suggestion regarding the QtCore.QLibraryInfo.location
and passing a PySide6 version to the tests setup script for the future.
Regarding the importskip
statement I think we can leave them like that for the moment (maybe in the future we can check if adding more specific skipif
annotations is worthy).
Also, seems like some test hanged but I don't see the logs for them so if those also pass after a new push with changes I think this LGTM 👍
570db3b
to
529beae
Compare
You were right for QLibraryInfo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jschueller !
Part of #375