Skip to content

Commit

Permalink
🚑🧪📝 Stop capping Towncrier @ local docs builds
Browse files Browse the repository at this point in the history
It is uncapped in RTD. Apparently, `tox -e docs` is not invoked in CI,
neither is it called in RTD, resulting in the regression having been
caught only in local development environments.

This is a follow-up for pytest-dev#12493.
  • Loading branch information
webknjaz committed Jun 20, 2024
1 parent 43815b6 commit dc2568a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ basepython = python3
usedevelop = True
deps =
-r{toxinidir}/doc/en/requirements.txt
# https://github.com/twisted/towncrier/issues/340
towncrier<21.3.0
allowlist_externals =
git
commands =
Expand Down

0 comments on commit dc2568a

Please sign in to comment.