Skip to content

Commit

Permalink
Exclude docutils!=0.21 as a dependency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Fokko committed Apr 18, 2024
1 parent aa850ef commit d878039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ pytest-mock = "3.12.0"
pyspark = "3.5.0"
cython = "3.0.8"
deptry = "^0.14.0"
docutils = "!=0.21"

[[tool.mypy.overrides]]
module = "pytest_mock.*"
Expand Down

0 comments on commit d878039

Please sign in to comment.