Pin towncrier to 19.9.0 (#9282)
See https://github.com/twisted/towncrier/issues/346 Closes #8817, supersedes #9045 and #9046.
This commit is contained in:
parent
c5ab30d907
commit
17b38259fd
6
tox.ini
6
tox.ini
|
@ -66,7 +66,8 @@ basepython = python3
|
|||
usedevelop = True
|
||||
deps =
|
||||
-r{toxinidir}/doc/en/requirements.txt
|
||||
towncrier
|
||||
# https://github.com/twisted/towncrier/issues/340
|
||||
towncrier<21.3.0
|
||||
commands =
|
||||
python scripts/towncrier-draft-to-file.py
|
||||
# the '-t changelog_towncrier_draft' tags makes sphinx include the draft
|
||||
|
@ -138,7 +139,8 @@ deps =
|
|||
github3.py
|
||||
pre-commit>=2.9.3
|
||||
wheel
|
||||
towncrier
|
||||
# https://github.com/twisted/towncrier/issues/340
|
||||
towncrier<21.3.0
|
||||
commands = python scripts/release.py {posargs}
|
||||
|
||||
[testenv:prepare-release-pr]
|
||||
|
|
Loading…
Reference in New Issue