Skip to content

Commit 38a7e70

Browse files
committed
Pin towncrier to 19.9.0
See twisted/towncrier#346 Closes pytest-dev#8817, supersedes pytest-dev#9045 and pytest-dev#9046.
1 parent 86446ed commit 38a7e70

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)