Draft
Conversation
We were not actually patching setup_auto_update on new Anki versions. This might have not been visible because of (partial?) redundancy with `maybe_check_for_addon_updates`.
`pytest-anki`'s tests depend on them (explicitly in the case of `pytest-marked` and `pytest-xdist`, implicitly for the CI in the case of pytest-xvfb)
Simplify for now, TODO add matrix and checks back later
5.15.2 seems to not have been packaged properly, Qt shared objects missing
Testing if Qt6 already works with import changes only
Explicitly specifying a PyQt6-WebEngine-Qt6 version seems to be necessary
23.12 and 24.11 are also failing locally, possibly due to an issue with pytest-qt
Disable pytest plugins, focus on single test
This reverts commit 00905a5.
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.
Still very much WIP, beginning of a larger rework of
pytest-anki. Filing as PR to test CI early.Incomplete list of TODOs:
uv,ruff, etc.)