Skip to content

Commit 17b3825

Browse files
authored
Pin towncrier to 19.9.0 (#9282)
See twisted/towncrier#346 Closes #8817, supersedes #9045 and #9046.
1 parent c5ab30d commit 17b3825

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ basepython = python3
6666
usedevelop = True
6767
deps =
6868
-r{toxinidir}/doc/en/requirements.txt
69-
towncrier
69+
# https://github.com/twisted/towncrier/issues/340
70+
towncrier<21.3.0
7071
commands =
7172
python scripts/towncrier-draft-to-file.py
7273
# the '-t changelog_towncrier_draft' tags makes sphinx include the draft
@@ -138,7 +139,8 @@ deps =
138139
github3.py
139140
pre-commit>=2.9.3
140141
wheel
141-
towncrier
142+
# https://github.com/twisted/towncrier/issues/340
143+
towncrier<21.3.0
142144
commands = python scripts/release.py {posargs}
143145

144146
[testenv:prepare-release-pr]

0 commit comments

Comments
 (0)