Skip to content

Commit

Permalink
Copy rstcheck update from @nzlosh in #6157
Browse files Browse the repository at this point in the history
This should support the rest of the updated requirements copied from the lockfile.
  • Loading branch information
cognifloyd committed Apr 10, 2024
1 parent 28892b6 commit d039a4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ ci-checks: .generated-files-check .shellcheck .black-check .pre-commit-checks .f
@echo
@echo "==================== rst-check ===================="
@echo
. $(VIRTUALENV_DIR)/bin/activate; rstcheck --report warning CHANGELOG.rst
. $(VIRTUALENV_DIR)/bin/activate; rstcheck --report-level WARNING CHANGELOG.rst

.PHONY: .generated-files-check
.generated-files-check:
Expand Down
6 changes: 4 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ mock==5.1.0
nose>=1.3.7
tabulate
unittest2
sphinx==1.7.9
# # 4.5.0 required for Jinja-3.1.3 support but >5.0 required by rstcheck and lower than 7.2 which drops py3.8 support
sphinx>=5.0.0,7.2.0
sphinx-autobuild
# pin alabaster (sphinx dependency) or pip installs one that is not compatible
alabaster<0.7.14
Expand All @@ -28,7 +29,8 @@ RandomWords
gunicorn==21.2.0
psutil==5.8.0
webtest==2.0.35
rstcheck>=3.3.1,<3.4
# Bump to latest to meet sphinx requirements.
rstcheck==6.2.1
tox==3.23.0
pyrabbit
prance==23.6.21.0
Expand Down

0 comments on commit d039a4d

Please sign in to comment.