Update references to PyQt5 as default backend to PyQt6#950
Open
DragaDoncila wants to merge 2 commits intonapari:mainfrom
Open
Update references to PyQt5 as default backend to PyQt6#950DragaDoncila wants to merge 2 commits intonapari:mainfrom
DragaDoncila wants to merge 2 commits intonapari:mainfrom
Conversation
DragaDoncila
commented
Mar 6, 2026
| The main difference between running `pytest` locally or `tox` locally is that `tox` will create a virtual environment | ||
| for each test environment, so it will take a bit more time. Though, `tox` will be more similar to the CI environment. | ||
| To run test using `tox` using Python 3.10 and pyqt5 on Linux, enter: | ||
| To run test using `tox` using Python 3.13 and pyqt6 on Linux, enter: |
Contributor
Author
There was a problem hiding this comment.
In this file I also updated the Python version because I think it makes sense to exemplify more common use cases and I think python 3.10 is pretty old at this point.
Contributor
Author
|
I have no idea why codespell all of a sudden woke up to complain about a spelling error in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References and relevant issues
Closes #949
Description
This PR updates references to PyQt5 as a default backend (or where it seems like it's implicitly being used as the default) to instead use PyQt6. It does not remove all references to PyQt5, since we still support it as a backend.