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
|
usedevelop = True
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/doc/en/requirements.txt
|
-r{toxinidir}/doc/en/requirements.txt
|
||||||
towncrier
|
# https://github.com/twisted/towncrier/issues/340
|
||||||
|
towncrier<21.3.0
|
||||||
commands =
|
commands =
|
||||||
python scripts/towncrier-draft-to-file.py
|
python scripts/towncrier-draft-to-file.py
|
||||||
# the '-t changelog_towncrier_draft' tags makes sphinx include the draft
|
# the '-t changelog_towncrier_draft' tags makes sphinx include the draft
|
||||||
|
@ -138,7 +139,8 @@ deps =
|
||||||
github3.py
|
github3.py
|
||||||
pre-commit>=2.9.3
|
pre-commit>=2.9.3
|
||||||
wheel
|
wheel
|
||||||
towncrier
|
# https://github.com/twisted/towncrier/issues/340
|
||||||
|
towncrier<21.3.0
|
||||||
commands = python scripts/release.py {posargs}
|
commands = python scripts/release.py {posargs}
|
||||||
|
|
||||||
[testenv:prepare-release-pr]
|
[testenv:prepare-release-pr]
|
||||||
|
|
Loading…
Reference in New Issue