MNT: Move test for old ipython behavior to minver tests#29770
Merged
dstansby merged 1 commit intomatplotlib:mainfrom Mar 21, 2025
Merged
MNT: Move test for old ipython behavior to minver tests#29770dstansby merged 1 commit intomatplotlib:mainfrom
dstansby merged 1 commit intomatplotlib:mainfrom
Conversation
While not exactly a minver test, it's semantically related in that it changes rather old package versions. This should help declutter the test matrix and make the upcoming transition to newer ubuntu images and dropping python 3.10 simpler.
Member
Author
|
Targeting doc branch, because there will follow-up PRs to migrate away from soon-to-be-discontinued ubuntu-20.04 images, and we will want to push those changes through all active branches. Therefore we should make sure all branches have the same pipeline setup to not run into merge conflicts. |
QuLogic
approved these changes
Mar 20, 2025
dstansby
approved these changes
Mar 21, 2025
meeseeksmachine
pushed a commit
to meeseeksmachine/matplotlib
that referenced
this pull request
Mar 21, 2025
… to minver tests
meeseeksmachine
pushed a commit
to meeseeksmachine/matplotlib
that referenced
this pull request
Mar 21, 2025
… to minver tests
QuLogic
added a commit
that referenced
this pull request
Mar 21, 2025
…770-on-v3.10.1-doc Backport PR #29770 on branch v3.10.1-doc (MNT: Move test for old ipython behavior to minver tests)
QuLogic
added a commit
that referenced
this pull request
Mar 21, 2025
…770-on-v3.10.x Backport PR #29770 on branch v3.10.x (MNT: Move test for old ipython behavior to minver tests)
5 tasks
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.
While not exactly a minver test, it's semantically related in that it changes rather old package versions. This should help declutter the test matrix and make the upcoming transition to newer ubuntu images and dropping python 3.10 simpler (related #29766).