Chore: Comment recent tox.ini changes 87/72687/2
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 28 Feb 2024 14:25:33 +0000 (14:25 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 28 Feb 2024 14:32:52 +0000 (14:32 +0000)
Issue: RELENG-5179
Change-Id: Ic7561b5c339dadb2d0b71c64dbd63b69fbf84188
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
tox.ini

diff --git a/tox.ini b/tox.ini
index 2cf56b6..d9ebf87 100644 (file)
--- 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