forked from pytest-dev/pytest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin towncrier due to incompatibility with sphinxcontrib-towncrier
Pin `towncrier` until we find a solution to sphinx-contrib/sphinxcontrib-towncrier#92.
- Loading branch information
1 parent
8509fe8
commit cd0dd3c
Showing
2 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# This file contains transitive dependencies that need to be pinned for some reason. | ||
# Eventually this file will be empty, but in this case keep it around for future use. | ||
|
||
# Pin towncrier temporarily due to incompatibility with sphinxcontrib-towncrier: | ||
# https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92 | ||
towncrier!=24.7.0,!=24.7.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
-c broken-dep-constraints.txt | ||
pluggy>=1.5.0 | ||
pygments-pytest>=2.3.0 | ||
sphinx-removed-in>=0.2.0 | ||
|