🚑🧪📝 Stop capping Towncrier @ local docs builds
It is uncapped in RTD. 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
43815b6fc2
commit
dc2568a683
2
tox.ini
2
tox.ini
|
@ -85,8 +85,6 @@ basepython = python3
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/doc/en/requirements.txt
|
-r{toxinidir}/doc/en/requirements.txt
|
||||||
# https://github.com/twisted/towncrier/issues/340
|
|
||||||
towncrier<21.3.0
|
|
||||||
allowlist_externals =
|
allowlist_externals =
|
||||||
git
|
git
|
||||||
commands =
|
commands =
|
||||||
|
|
Loading…
Reference in New Issue