-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
TST: run python-dev CI on 3.14-dev #61950
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
373cc20
TST: run python-dev CI on 3.14-dev
ngoldbaum 05bb5ec
MAINT: disable the warning on 3.14 and newer
ngoldbaum d7a139b
MNT: use REF_COUNT instead of magic constants
ngoldbaum b5b3d2e
MNT: use a global constant for disabling the warning
ngoldbaum d8e15e3
TST: disable checks for ChainedAssignmentError in tests
ngoldbaum a1a5a6b
MNT: appease isort
ngoldbaum 979135f
BUG: fix WARNING_CHECK_BROKEN checks
ngoldbaum 180081b
MNT: handle changes in error messages in Python 3.14
ngoldbaum a1b9a55
MNT: migrate from codecs.open to open
ngoldbaum 9bd7bbb
MNT: fix linters
ngoldbaum da5dcab
MNT: fix pre-commit
ngoldbaum c547b6b
TST: avoid EncodingWarning
ngoldbaum 3cfc7a5
Merge remote-tracking branch 'upstream/main' into 3.14-ci
jorisvandenbossche 92fa728
fix swapped msg in test_constructor_positional
jorisvandenbossche ddd092a
fix msg for test_constructor_positional for py3.14
jorisvandenbossche b088f62
undo changes related to CoW chained assignment warnings
jorisvandenbossche 2e39067
add back PY314
jorisvandenbossche 7927d7b
TEMP allow failure
jorisvandenbossche 2cc1150
move continue-on-error to step
jorisvandenbossche 5aeeca3
Merge remote-tracking branch 'upstream/main' into 3.14-ci
jorisvandenbossche 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
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.
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.
still need this, I think
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.
Whoops, thanks, I had just reset all files in the actual package to its version on main, as all (except this) changes were related to the warning.
I was thinking to merge this without those changes, as then I would update my PR to actually fix those next (without needing to add and then remove it again)