Skip to content
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

Drop qt5, test with Qt6 #78

Closed
wants to merge 8 commits into from
Closed

Conversation

mfisher87
Copy link
Collaborator

Depends on #75 , this branch should be updated after that PR is merged.

anntzer and others added 8 commits April 15, 2023 23:23
- enum scoping change.
- exec vs. exec_.
- Matplotlib no longer exports _getSaveFileName (only PyQt4 required a
  separate _getSaveFileName because it called that function
  getSaveFileNameAndFilter instead; let's not try to support qt4
  anymore).  Also, PyQt and PySide use different parameter names for
  this function; pass parameters positionally instead.
- addAction parameter order changed between qt5 and qt6, but we can call
  it in a way that's compatible with everyone by using setShortcut
  instead.
- QAction moved between qt5 and qt6 but we don't need to explicitly
  instantiate it; we can use addAction instead to do so.
libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils
xvfb libegl1 \
libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils \
libxcb-cursor0
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without libxcb-cursor, the pytest step in GitHub Actions would fail with Aborted (core dumped).

@mfisher87 mfisher87 closed this Jun 12, 2023
@mfisher87 mfisher87 deleted the drop-qt5 branch June 13, 2023 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants