From 2c01d1c4b9b284118e2854494366e76d41e447f8 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Wed, 28 Feb 2024 14:25:33 +0000 Subject: [PATCH] Chore: Comment recent tox.ini changes Issue: RELENG-5179 Change-Id: Ic7561b5c339dadb2d0b71c64dbd63b69fbf84188 Signed-off-by: Matthew Watkins --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 2cf56b63..d9ebf87f 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,7 @@ deps = -rrequirements.txt allowlist_externals = git commands = + # Full repository depth required for docs job to run (release notes) git fetch --unshallow sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html @@ -30,6 +31,7 @@ commands = basepython = python3 deps = jenkins-job-builder==6.0.0 + # RELENG-5179 (undeclared dependency by stevedore) setuptools commands = jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir}/jjb:{toxinidir}/.jjb-test -- 2.16.6