Skip to content

Commit

Permalink
Merge pull request #205 from aorwall/sphinx-tox-dependency
Browse files Browse the repository at this point in the history
Pin tox packages for sphinx images
  • Loading branch information
carlosejimenez committed Aug 15, 2024
2 parents 30cd228 + dc6b81e commit a8df201
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 @@ -491,7 +491,7 @@ class TestStatus(Enum):
SPECS_SPHINX = {
k: {
"python": "3.9",
"pip_packages": ["tox", "tox-current-env"],
"pip_packages": ["tox==4.16.0", "tox-current-env==0.0.11"],
"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 a8df201

Please sign in to comment.