Upgrade to html5validator-2

See https://pypi.org/project/html5validator-2/ vs
https://pypi.org/project/html5validator/

This is by the same maintainer as the github action used in the
workflow.

It also supports css color-scheme, which has recently been added
to support dark mode.
This commit is contained in:
Max Berger
2026-05-30 21:06:38 +02:00
parent 39ad100a64
commit c3f533e350

View File

@@ -220,7 +220,7 @@ commands_pre = [["playwright", "install", "chromium"]]
commands = [["pytest", "integ_tests"]]
[tool.tox.env.html5validator]
deps = ["html5validator"]
deps = ["html5validator-2"]
commands = [["html5validator", "--root", "radicale/web/internal_data/", "--also-check-css"]]