We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86446ed commit 38a7e70Copy full SHA for 38a7e70
tox.ini
@@ -66,7 +66,8 @@ basepython = python3
66
usedevelop = True
67
deps =
68
-r{toxinidir}/doc/en/requirements.txt
69
- towncrier
+ # https://github.com/twisted/towncrier/issues/340
70
+ towncrier<21.3.0
71
commands =
72
python scripts/towncrier-draft-to-file.py
73
# the '-t changelog_towncrier_draft' tags makes sphinx include the draft
@@ -138,7 +139,8 @@ deps =
138
139
github3.py
140
pre-commit>=2.9.3
141
wheel
142
143
144
commands = python scripts/release.py {posargs}
145
146
[testenv:prepare-release-pr]
0 commit comments