From 086cecc53701fbab8c2324960cc6b0e2f1cbf622 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 5 Dec 2023 17:12:13 -0500 Subject: [PATCH] tox: coverage[toml] Signed-off-by: William Woodruff --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a5300403..d0543d6a 100644 --- a/tox.ini +++ b/tox.ini @@ -71,7 +71,7 @@ commands = sphinx-build -W -b html doc doc/_build/html {posargs} [testenv:coverage-report] -deps = coverage>=4.2 +deps = coverage[toml]>=4.2 skip_install = true commands = coverage combine