Merge pull request #2147 from maxberger/master

Upgrade to html5validator-2
This commit is contained in:
Peter Bieringer
2026-05-30 23:38:01 +03:00
committed by GitHub

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"]]