Skip to content

Commit

Permalink
Remove workaround for test/CI dependency on Sphinx
Browse files Browse the repository at this point in the history
It seems that Sphinx now supports Python 3.10, which means that we can
remove the dependency workaround.
  • Loading branch information
abravalheri committed Dec 27, 2021
1 parent dcdeedb commit 2a91fab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ 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 =
# upstream
sphinx
sphinx >= 4.3.2
jaraco.packaging >= 8.2
rst.linker >= 1.9
jaraco.tidelift >= 1.4
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 2a91fab

Please sign in to comment.