From bb8a5635c18e12785c7fef2a0419f60cfd4063f6 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 11 Oct 2023 22:13:27 +0800 Subject: [PATCH] Pin linkchecker version (#4050) In linkchecker 10.3.1, the exit code is 1, but in 10.2.1, it's 0 ```log That's it. 360 links in 424 URLs checked. 65 warnings found. 0 errors found. Stopped checking at 2023-09-22 09:20:28+000 (35 seconds) docs: exit 1 (35.79 seconds) /home/runner/work/molecule/molecule> linkchecker -f linkcheckerrc site pid=3833 .pkg: _exit> python /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/pyproject_api/_backend.py True setuptools.build_meta docs: FAIL code 1 (46.37=setup[2.92]+cmd[7.66,35.79] seconds) evaluation failed :( (46.53 seconds) ``` --- .config/requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/requirements-docs.txt b/.config/requirements-docs.txt index 5f4bbb5aa..884fe492e 100644 --- a/.config/requirements-docs.txt +++ b/.config/requirements-docs.txt @@ -1,3 +1,3 @@ mkdocs-ansible[lock]>=0.1.4 pipdeptree>=2.4.0 -linkchecker +linkchecker==10.2.1