Skip to content

Commit

Permalink
Add defusedxml to tox deps
Browse files Browse the repository at this point in the history
Until Sphinx cuts a release with [1] included.

[1] sphinx-doc/sphinx#12362
  • Loading branch information
hoodmane authored and stephenfin committed May 14, 2024
1 parent dc0d8ea commit b1a1be4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ deps =
click7: click>=7.0,<8.0
click8: click>=8.0,<9.0
click8-async: asyncclick>=8.0,<9.0
defusedxml
commands =
python -m pytest --cov {toxinidir}/sphinx_click {posargs}
pip_pre =
Expand Down

0 comments on commit b1a1be4

Please sign in to comment.