Skip to content

Commit

Permalink
Pin older version of towncrier
Browse files Browse the repository at this point in the history
Workaround for twisted/towncrier#346
  • Loading branch information
njsmith committed May 7, 2021
1 parent d7a98c5 commit b338795
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
5 changes: 3 additions & 2 deletions docs-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ sphinxcontrib-trio
# Workaround for this weird issue:
# https://travis-ci.org/python-trio/pytest-trio/jobs/407495415
attrs >= 17.4.0
# != 19.9.0rc1 for https://github.com/twisted/towncrier/issues/180
towncrier != 19.9.0rc1
# != 19.9.0 for https://github.com/twisted/towncrier/issues/180
# != 21.3.0 for https://github.com/twisted/towncrier/issues/346
towncrier != 19.9.0,!= 21.3.0

# pytest-trio's own dependencies
trio >= 0.15.0
Expand Down
10 changes: 3 additions & 7 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file=docs-requirements.txt docs-requirements.in
# pip-compile docs-requirements.in
#
alabaster==0.7.12
# via sphinx
Expand All @@ -22,12 +22,8 @@ certifi==2020.12.5
# via requests
chardet==4.0.0
# via requests
click-default-group==1.2.2
# via towncrier
click==7.1.2
# via
# click-default-group
# towncrier
# via towncrier
docutils==0.16
# via
# sphinx
Expand Down Expand Up @@ -101,7 +97,7 @@ toml==0.10.2
# via
# pytest
# towncrier
towncrier==21.3.0
towncrier==19.2.0
# via -r docs-requirements.in
trio==0.18.0
# via -r docs-requirements.in
Expand Down

0 comments on commit b338795

Please sign in to comment.