-
Notifications
You must be signed in to change notification settings - Fork 91
CI: testing python 3.14 and sphinx9 and docutils 0.22 #704
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
Open
bsipocz
wants to merge
14
commits into
executablebooks:main
Choose a base branch
from
bsipocz:CI_maintenance
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
635c25e
CI: remove commented out codecov
bsipocz 35d3236
CI: adding python 3.14 to the CI matrix
bsipocz 4c4cb0c
MAINT: removing python 3.9 support
bsipocz 52a064f
CI: fully remove the coverage job
bsipocz 05602fb
CI: adding back sphinx9 testing
bsipocz 3984c89
Adding workaround for tests to pass both <0.22 and 0.22+ docutils
bsipocz 26fad38
MAINT: kicking down the line to deal with the pending deprecation
bsipocz d68df03
Pin pillow everywhere, so png outputs stay the same
bsipocz b04fdaa
CI: use newer pillow in tests
bsipocz bf2970e
Update test outputs to use newer pillow
bsipocz bee59da
Hard pinning mpl for tests
bsipocz bd4943d
Test outputs are sensitive to patch version of mpl, too
bsipocz a45b9e0
Pre commit should leave the tests outputs alone
bsipocz d5353c7
Testing if latest failures are OS related (locally tests pass)
bsipocz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
why not do it the other way around? then you don’t need to change all the XML and you can just remove this block once 0.22 is the lowest supported version.
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.
Because this way the files are docutils 0.22 compatible and this workaround can be removed when the older versions are dropped.
The problem with this pr has nothing to do with docutils any more, but are stuck with the image tests.