🚑🧪📝 Allow invoking `git` in tox
It is called when building the docs. Apparently, `tox -e docs` is not invoked in CI, neither is it called in RTD, resulting in the regression having been caught only in local development environments. This is a follow-up for #12493.
This commit is contained in:
parent
f426c0b35a
commit
43815b6fc2
2
tox.ini
2
tox.ini
|
@ -87,6 +87,8 @@ deps =
|
||||||
-r{toxinidir}/doc/en/requirements.txt
|
-r{toxinidir}/doc/en/requirements.txt
|
||||||
# https://github.com/twisted/towncrier/issues/340
|
# https://github.com/twisted/towncrier/issues/340
|
||||||
towncrier<21.3.0
|
towncrier<21.3.0
|
||||||
|
allowlist_externals =
|
||||||
|
git
|
||||||
commands =
|
commands =
|
||||||
# Retrieve possibly missing commits:
|
# Retrieve possibly missing commits:
|
||||||
-git fetch --unshallow
|
-git fetch --unshallow
|
||||||
|
|
Loading…
Reference in New Issue