python: fix tox -e docs by pinning Jinja2#10492
Merged
diemol merged 2 commits intoSeleniumHQ:trunkfrom Mar 30, 2022
Merged
Conversation
symonk
commented
Mar 29, 2022
| [testenv:docs] | ||
| skip_install = true | ||
| deps = | ||
| Jinja2==3.0.3 |
Member
Author
There was a problem hiding this comment.
initially broken here by Jinja2==3.1.0 released on march 24th.
tox -e docs by pinning Jinja2python: fix tox -e docs by pinning Jinja2
diemol
approved these changes
Mar 30, 2022
elgatov
pushed a commit
to elgatov/selenium
that referenced
this pull request
Jun 27, 2022
[run python]
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.
Looks like
Jinja2released a few updates on 24th & 25th of March that ourtox -e docsis auto aquiring due to lack of pinning in there? I've pinnedJinja2on an older working version and my localtox -e docsnow exits0.before:
after:
Sphinx
1.8.2is extremely old; we should maybe consider updating that in the very near future.Example of an impacted PR: #10490