-
-
Notifications
You must be signed in to change notification settings - Fork 161
PR: Add utility functions that convert between ints and Qt Enums (compat.py) #481
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
Conversation
|
I can see some failures on PySide2 that I'll address when I get to a machine that has a binary PySide2 available (I usually work on an arm64 mac). |
fef4bda to
2dd8d02
Compare
|
Sorry it's taken me so long to update this PR. It looks like the last remaining failure is in PyQt5 on Python 3.7/Windows/Conda. The version in the runner is 5.9.2, but the last version available on Conda for that platform/tool combination is 5.15.7 so it would be possible to use almost the same version as the non-Conda version (5.15.10). Let me know your thoughts. |
|
I found a workaround. |
|
Hi and sorry for let this stale for such a long time @zjp ! Could it be possible for you to rebase this on top of latest master so we can have a fresh CI run and merge this? I think I will try to update any pending PR for 2.5.0 tomorrow but please let us know if you prefer to do the rebase/update yourself! |
|
No problem! Glad to see some movement. |
dalthviz
left a comment
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.
Thank you @zjp !
This PR implements the functions I asked about in #356
Edit:
Fixes #356