Skip to content

Commit

Permalink
Merge pull request #2978 from abravalheri/revert-sphinx-workaround
Browse files Browse the repository at this point in the history
Remove workaround for test/CI dependency on Sphinx
  • Loading branch information
jaraco authored Dec 28, 2021
2 parents 7f79574 + 5c24a55 commit b324f92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ testing =
pip>=19.1 # For proper file:// URLs support.
jaraco.envs>=2.2
pytest-xdist
sphinx
sphinx>=4.3.2
jaraco.path>=3.2.0

docs =
Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ toxworkdir={env:TOX_WORK_DIR:.tox}

[testenv]
deps =
# workaround for sphinx-doc/sphinx#9562
# TODO: remove after Sphinx>4.1.2 is available.
sphinx@git+https://github.com/sphinx-doc/sphinx; python_version>="3.10"
# TODO: remove after man-group/pytest-plugins#188 is solved
pytest-virtualenv @ git+https://github.com/jaraco/pytest-plugins@distutils-deprecated#subdirectory=pytest-virtualenv
commands =
Expand Down

0 comments on commit b324f92

Please sign in to comment.