Skip to content

Commit

Permalink
TST Add defusedxml to tox deps
Browse files Browse the repository at this point in the history
Otherwise tests fail with:
`ImportError: Error importing plugin "sphinx.testing.fixtures": No module named 'defusedxml'`.

See:
sphinx-doc/sphinx#12339
  • Loading branch information
hoodmane committed May 9, 2024
1 parent e8cf016 commit cee73bd
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 @@ -14,6 +14,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 cee73bd

Please sign in to comment.