From: Ronen Friedman Date: Sun, 4 Jan 2026 13:12:30 +0000 (+0200) Subject: pybind/mgr/dashboard/tox.ini: use up-to-date rstcheck invocations X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b9e28e0fb94cbed4eed30ab167080673e06389c2;p=ceph-ci.git pybind/mgr/dashboard/tox.ini: use up-to-date rstcheck invocations As we have upgraded to rstcheck >= 6.0.0, we must now use the new command-line options. Signed-off-by: Ronen Friedman --- diff --git a/src/pybind/mgr/dashboard/tox.ini b/src/pybind/mgr/dashboard/tox.ini index a222eeab1b6..2ba65952715 100644 --- a/src/pybind/mgr/dashboard/tox.ini +++ b/src/pybind/mgr/dashboard/tox.ini @@ -100,7 +100,7 @@ commands = [base-rst] commands = - rstcheck --report info --debug -- {[rstlint]dirs} + rstcheck --report-level info --log-level DEBUG {[rstlint]dirs} [testenv:lint] deps = @@ -129,7 +129,7 @@ commands = [testenv:rst] deps = {[base-lint]deps} commands = - rstcheck --report info --debug -- {posargs:{[rstlint]dirs}} + rstcheck --report-level info --log-level DEBUG {posargs:{[rstlint]dirs}} [autopep8] addopts =