From 17b38259fde89caaf44a4e578d9f62d001a894c9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 11 Nov 2021 16:48:54 +0100 Subject: [PATCH] Pin towncrier to 19.9.0 (#9282) See https://github.com/twisted/towncrier/issues/346 Closes #8817, supersedes #9045 and #9046. --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index afea1b57acd..9d26051ebb7 100644 --- a/tox.ini +++ b/tox.ini @@ -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]