From cee73bd49b371f121a5fd1945cc7b85ca197c6fc Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Thu, 9 May 2024 09:41:43 -0400 Subject: [PATCH] TST Add defusedxml to tox deps Otherwise tests fail with: `ImportError: Error importing plugin "sphinx.testing.fixtures": No module named 'defusedxml'`. See: https://github.com/sphinx-doc/sphinx/issues/12339 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index f740c5e..e194649 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =