]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
pybind/mgr/dashboard/tox.ini: use up-to-date rstcheck invocations
authorRonen Friedman <rfriedma@redhat.com>
Sun, 4 Jan 2026 13:12:30 +0000 (15:12 +0200)
committerRonen Friedman <rfriedma@redhat.com>
Sun, 4 Jan 2026 13:12:30 +0000 (15:12 +0200)
As we have upgraded to rstcheck >= 6.0.0, we must now use
the new command-line options.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/pybind/mgr/dashboard/tox.ini

index a222eeab1b649800d5bc952bba305de033947db9..2ba659527151cc8b1b601880cbf2deffe7bed8a5 100644 (file)
@@ -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 =