tentacle: pybind/mgr/dashboard: dashboard/requirements-lint.txt: re-pin rsscheck#66877
Merged
batrick merged 2 commits intoceph:tentaclefrom Feb 12, 2026
Merged
tentacle: pybind/mgr/dashboard: dashboard/requirements-lint.txt: re-pin rsscheck#66877batrick merged 2 commits intoceph:tentaclefrom
batrick merged 2 commits intoceph:tentaclefrom
Conversation
As the requested Wheel for 'rstcheck==3.3.1' is not available for Fedora 43: Fedora 43 ships with Python 3.14 as the default interpreter. rstcheck 3.3.1 doesn't support Python 3.14 (see supported versions at https://pypi.org/project/rstcheck/3.3.1/) rstcheck 6.2.0 was the first version to add Python 3.14 support (release info: https://pypi.org/project/rstcheck/6.2.0/) Signed-off-by: Ronen Friedman <rfriedma@redhat.com> (cherry picked from commit 4f9be67)
As we have upgraded to rstcheck >= 6.0.0, we must now use the new command-line options. Signed-off-by: Ronen Friedman <rfriedma@redhat.com> (cherry picked from commit b7fd12e)
Contributor
Author
|
jenkins test api |
Contributor
Author
|
jenkins test make check |
Contributor
Author
|
jenkins test make check |
Contributor
Author
|
jenkins test api |
Contributor
batrick
requested changes
Feb 10, 2026
batrick
approved these changes
Feb 12, 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.
Required for install-deps.sh to complete on Fedora 43, as the previously specified rstcheck Wheel version
(3.3.1) is not available:
Fedora 43 defaults to Python 3.14, but rstcheck 3.3.1 does not support Python 3.14 (see supported versions)
rstcheck 6.2.0 was the first version to add Python 3.14 support (release info)
A second commit fixes calls to rstcheck, to match API changes in newer rstcheck versions.
A backport of #66774.
Fixes https://tracker.ceph.com/issues/74372.
Original tracker: https://tracker.ceph.com/issues/74371