ci(downstream): bump twine to 7.0.0, deselect readme_renderer 46 test - #1400
Merged
Merged
Conversation
readme_renderer 46.0 renders a title-only RST document as content, where earlier versions returned None. twine's test_fails_rst_no_content asserts twine check fails on that input, so it now fails. This is unrelated to packaging. twine 7.0.0 fixes the sibling test_fails_rst_syntax_error, whose expected docutils warning string changed, so that deselect is dropped. Assisted-by: ClaudeCode:claude-opus-5
notatallshaw
approved these changes
Sep 2, 2026
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.
readme_renderer 46.0 breaks twine's test suite. Let's just disable this test until twine fixes it. The previously disabled test can be renenabled now on twine 7.