jaraco / pytest-checkdocs

MIT License
6 stars 5 forks source link

Library stubs not installed for "docutils.core" #13

Closed jaraco closed 3 years ago

jaraco commented 3 years ago

Running the test suite yields this emergent failure:

__________________________________________________________________ pytest_checkdocs/__init__.py __________________________________________________________________
5: error: Library stubs not installed for "docutils.core" (or incompatible with Python 3.9)
5: note: Hint: "python3 -m pip install types-docutils"
5: note: (or run "mypy --install-types" to install all missing stub packages)
5: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
5: error: Library stubs not installed for "docutils" (or incompatible with Python 3.9)
jaraco commented 3 years ago

Tests passed a couple of months ago.

jaraco commented 3 years ago

Installing types-docutils seems to fix the issue, so I guess we'll do that.