Fix: Workaround missing setuptools dependency in tox.ini
[releng/global-jjb.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 91332c1..a226bcd 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,10 @@ skipsdist = True
 [testenv:docs]
 basepython = python3
 deps = -rrequirements.txt
+allowlist_externals =
+    git
 commands =
+    git fetch --unshallow
     sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
 
 [testenv:ensure-documented]
@@ -27,6 +30,7 @@ commands =
 basepython = python3
 deps =
     jenkins-job-builder==6.0.0
+    setuptools
 commands =
     jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir}/jjb:{toxinidir}/.jjb-test