Skip to content

Commit

Permalink
Merge pull request #243 from SmartManoj/fix-jinja2-pin
Browse files Browse the repository at this point in the history
Pin Jinja2 to version to 3.0.3 for Sphinx
  • Loading branch information
john-b-yang authored Dec 10, 2024
2 parents ea9d673 + a6e8cba commit ed3d3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swebench/harness/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ class TestStatus(Enum):
SPECS_SPHINX = {
k: {
"python": "3.9",
"pip_packages": ["tox==4.16.0", "tox-current-env==0.0.11"],
"pip_packages": ["tox==4.16.0", "tox-current-env==0.0.11", "Jinja2==3.0.3"],
"install": "python -m pip install -e .[test]",
"pre_install": ["sed -i 's/pytest/pytest -rA/' tox.ini"],
"test_cmd": TEST_SPHINX,
Expand Down

0 comments on commit ed3d3a5

Please sign in to comment.