Skip to content

Commit 59cd69c

Browse files
authored
Exclude docutils!=0.21 as a dependency (#615)
This release is bodged, and causes Poetry to fail when it tries to fetch the tar: python-poetry/poetry#9293 (comment) It is being tracked: pypi/warehouse#15749 A fix is inbound here: pypi/warehouse#15795 This is a hotfix for this particular package, until the fixes from `pypi/warehouse` are out. The `post` notation is very unique: pypi/warehouse#15749 (comment) and is being used in 0.004% of the releases.
1 parent aa850ef commit 59cd69c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ pytest-mock = "3.12.0"
8787
pyspark = "3.5.0"
8888
cython = "3.0.8"
8989
deptry = "^0.14.0"
90+
docutils = "!=0.21"
9091

9192
[[tool.mypy.overrides]]
9293
module = "pytest_mock.*"

0 commit comments

Comments
 (0)