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:
Florian Bruhin 2021-11-11 16:48:54 +01:00 committed by GitHub
parent c5ab30d907
commit 17b38259fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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]