Skip to content

Commit 43815b6

Browse files
committed
🚑🧪📝 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.
1 parent f426c0b commit 43815b6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ deps =
8787
-r{toxinidir}/doc/en/requirements.txt
8888
# https://github.com/twisted/towncrier/issues/340
8989
towncrier<21.3.0
90+
allowlist_externals =
91+
git
9092
commands =
9193
# Retrieve possibly missing commits:
9294
-git fetch --unshallow

0 commit comments

Comments
 (0)