Skip to content

Commit b338795

Browse files
committed
Pin older version of towncrier
Workaround for twisted/towncrier#346
1 parent d7a98c5 commit b338795

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

docs-requirements.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ sphinxcontrib-trio
55
# Workaround for this weird issue:
66
# https://travis-ci.org/python-trio/pytest-trio/jobs/407495415
77
attrs >= 17.4.0
8-
# != 19.9.0rc1 for https://github.com/twisted/towncrier/issues/180
9-
towncrier != 19.9.0rc1
8+
# != 19.9.0 for https://github.com/twisted/towncrier/issues/180
9+
# != 21.3.0 for https://github.com/twisted/towncrier/issues/346
10+
towncrier != 19.9.0,!= 21.3.0
1011

1112
# pytest-trio's own dependencies
1213
trio >= 0.15.0

docs-requirements.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile
33
# To update, run:
44
#
5-
# pip-compile --output-file=docs-requirements.txt docs-requirements.in
5+
# pip-compile docs-requirements.in
66
#
77
alabaster==0.7.12
88
# via sphinx
@@ -22,12 +22,8 @@ certifi==2020.12.5
2222
# via requests
2323
chardet==4.0.0
2424
# via requests
25-
click-default-group==1.2.2
26-
# via towncrier
2725
click==7.1.2
28-
# via
29-
# click-default-group
30-
# towncrier
26+
# via towncrier
3127
docutils==0.16
3228
# via
3329
# sphinx
@@ -101,7 +97,7 @@ toml==0.10.2
10197
# via
10298
# pytest
10399
# towncrier
104-
towncrier==21.3.0
100+
towncrier==19.2.0
105101
# via -r docs-requirements.in
106102
trio==0.18.0
107103
# via -r docs-requirements.in

0 commit comments

Comments
 (0)